diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -41,11 +41,11 @@ # flake = false; # }; - # # useful nushell scripts, such as auto_completion - # nushell-scripts = { - # url = "github:nushell/nu_scripts" - # flake = false; - # }; + # useful nushell scripts, such as auto_completion + nushell-scripts = { + url = "github:nushell/nu_scripts" + flake = false; + }; # ryan4yin wallpapers wallpapers = { @@ -154,7 +154,6 @@ } # hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;} - ./modules/hyprland.nix ./modules/bluetooth.nix ./modules/environment.nix @@ -186,7 +185,6 @@ home-manager.useUserPackages = true; home-manager.users.defin = import ./home-manager/home.nix; } - ./modules/hyprland.nix ./modules/bluetooth.nix ./modules/environment.nix |
