summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:52:11 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:52:11 -0600
commitd9e3d1977e79ea36da7bc615699b67f431913c23 (patch)
tree3627bb75e08a8a88c3706e9d8b96751fbf62143f /flake.nix
parent8f317ee332fffe934ec8bf61a77efc1eb57bb9df (diff)
adding theming and config from ryan4yin nix-config on git
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 777dd9d..3084729 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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