mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-27 19:27:31 -05:00
Format project with official nixfmt formatter (#21)
* Set nix official formatter for the flake * format the entire project
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
inputs: {
|
||||
inputs:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [./hyprland/configuration.nix];
|
||||
}:
|
||||
{
|
||||
imports = [ ./hyprland/configuration.nix ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
|
||||
Reference in New Issue
Block a user