diff --git a/hosts/xps9510/configuration.nix b/hosts/xps9510/configuration.nix index 7700d31..953c5b6 100644 --- a/hosts/xps9510/configuration.nix +++ b/hosts/xps9510/configuration.nix @@ -170,6 +170,7 @@ in "audio" "libvirtd" ]; + shell = pkgs.fish; }; services.greetd = { @@ -186,21 +187,6 @@ in services.gnome.gnome-keyring.enable = true; services.flatpak.enable = true; - #programs.sway = { - #enable = true; - #wrapperFeatures.gtk = true; - #extraPackages = with pkgs; [ - #waybar - #grim - #slurp - #wl-clipboard - #swaynotificationcenter - #swaybg - #swaylock - #swayidle - #]; - #}; - environment.sessionVariables = { XDG_CACHE_HOME = "$HOME/.cache"; XDG_CONFIG_HOME = "$HOME/.config"; @@ -225,7 +211,6 @@ in fish nextcloud-client git - keepassxc firefox htop alacritty @@ -246,9 +231,9 @@ in fonts = with pkgs; { packages = [ (nerdfonts.override { fonts = [ "Noto" ]; }) - #noto-fonts - #noto-fonts-extra - #noto-fonts-cjk-sans + jigmo + d2coding + last-resort ]; };