From d9e3d1977e79ea36da7bc615699b67f431913c23 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 30 Sep 2023 03:52:11 -0600 Subject: adding theming and config from ryan4yin nix-config on git --- flake.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3