diff --git a/hosts/temperance/programs.nix b/hosts/temperance/programs.nix index f9be5b4..c8b5800 100644 --- a/hosts/temperance/programs.nix +++ b/hosts/temperance/programs.nix @@ -10,12 +10,10 @@ cachix calc calibre - cinny-desktop comma digikam difftastic dnsutils - devenv evince gcc gh @@ -41,7 +39,6 @@ logiops mpv nautilus - nheko nicotine-plus obsidian oculante @@ -60,6 +57,7 @@ rmpc ruby_3_2 signal-desktop + spotify strawberry telegram-desktop texliveFull @@ -68,6 +66,7 @@ trash-cli tutanota-desktop typst + vesktop walker wayneko wireguard-tools diff --git a/modules/other/users.nix b/modules/other/users.nix index ba2fd02..fc57ad3 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.zsh; + shell = pkgs.nushell; # 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 38915f3..c83b36f 100644 --- a/modules/programs/gui/brave/module.nix +++ b/modules/programs/gui/brave/module.nix @@ -6,6 +6,7 @@ inherit (lib.lists) map; inherit (lib.strings) concatStringsSep; + # https://peter.sh/experiments/chromium-command-line-switches/ flags = concatStringsSep " " [ "--no-first-run" "--use-vulkan" @@ -42,6 +43,7 @@ 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 989a6f8..e3bd50b 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; + inherit (pkgs) xwayland-satellite avizo playerctl; inherit new-swww; }; };