diff --git a/hosts/demeter/default.nix b/hosts/demeter/default.nix index f9154aa..542cbce 100755 --- a/hosts/demeter/default.nix +++ b/hosts/demeter/default.nix @@ -195,6 +195,9 @@ programs.hyprland.enable = true; + programs.zsh.enable = false; + programs.fish.enable = true; + users.users.youwen.shell = pkgs.fish; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave @@ -202,8 +205,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? - - programs.zsh.enable = false; - programs.fish.enable = true; - users.users.youwen.shell = pkgs.fish; }