diff --git a/hosts/temperance/programs.nix b/hosts/temperance/programs.nix index c8b5800..f9be5b4 100644 --- a/hosts/temperance/programs.nix +++ b/hosts/temperance/programs.nix @@ -10,10 +10,12 @@ cachix calc calibre + cinny-desktop comma digikam difftastic dnsutils + devenv evince gcc gh @@ -39,6 +41,7 @@ logiops mpv nautilus + nheko nicotine-plus obsidian oculante @@ -57,7 +60,6 @@ rmpc ruby_3_2 signal-desktop - spotify strawberry telegram-desktop texliveFull @@ -66,7 +68,6 @@ trash-cli tutanota-desktop typst - vesktop walker wayneko wireguard-tools diff --git a/modules/other/users.nix b/modules/other/users.nix index fc57ad3..ba2fd02 100644 --- a/modules/other/users.nix +++ b/modules/other/users.nix @@ -74,7 +74,7 @@ in { "docker" ]; # shell = self.packages.${pkgs.stdenv.system}.fish; - shell = pkgs.nushell; + shell = pkgs.zsh; # hashedPasswordFile = "/etc/passwords/cr"; }; # root.hashedPasswordFile = "/persist/passwords/root"; diff --git a/modules/programs/gui/brave/module.nix b/modules/programs/gui/brave/module.nix index c83b36f..38915f3 100644 --- a/modules/programs/gui/brave/module.nix +++ b/modules/programs/gui/brave/module.nix @@ -6,7 +6,6 @@ inherit (lib.lists) map; inherit (lib.strings) concatStringsSep; - # https://peter.sh/experiments/chromium-command-line-switches/ flags = concatStringsSep " " [ "--no-first-run" "--use-vulkan" @@ -43,7 +42,6 @@ in { # which facilitated this process a lot: # https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0 # https://github.com/yashgorana/chrome-debloat - # https://chromeenterprise.google/intl/en_ca/policies extraOpts = { BraveRewardsDisabled = true; BraveWalletDisabled = true; diff --git a/modules/wms/wayland/niri/module.nix b/modules/wms/wayland/niri/module.nix index e3bd50b..989a6f8 100644 --- a/modules/wms/wayland/niri/module.nix +++ b/modules/wms/wayland/niri/module.nix @@ -67,7 +67,7 @@ in { environment.etc."niri/config.kdl".source = ./config.kdl; environment.systemPackages = builtins.attrValues { - inherit (pkgs) xwayland-satellite avizo playerctl; + inherit (pkgs) xwayland-satellite avizo; inherit new-swww; }; };