diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:52:11 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:52:11 -0600 |
| commit | d9e3d1977e79ea36da7bc615699b67f431913c23 (patch) | |
| tree | 3627bb75e08a8a88c3706e9d8b96751fbf62143f /flake.nix | |
| parent | 8f317ee332fffe934ec8bf61a77efc1eb57bb9df (diff) | |
adding theming and config from ryan4yin nix-config on git
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 |
