diff options
| author | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
| commit | 3a0434de7c5a5bf221512b9c2fcf94acc5f51214 (patch) | |
| tree | 91d705c9122860cfba79ea93a95f3c796d11d88e /modules/programs/default.nix | |
| parent | update (diff) | |
| download | nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.tar.xz nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.zip | |
update
Diffstat (limited to 'modules/programs/default.nix')
| -rw-r--r-- | modules/programs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix index c4ce8ca..0cec34e 100644 --- a/modules/programs/default.nix +++ b/modules/programs/default.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - imports = [ ./hyprland.nix ]; + # imports = [ ./hyprland.nix ]; programs = { fish.enable = true; |