Compare commits

..

No commits in common. "0fd18deca335e6878cc49cca300b9a11834cfe60" and "99b7c4f2501fdbae0e6325a3f3185996ceb4f162" have entirely different histories.

4 changed files with 5 additions and 6 deletions

View file

@ -10,10 +10,12 @@
cachix cachix
calc calc
calibre calibre
cinny-desktop
comma comma
digikam digikam
difftastic difftastic
dnsutils dnsutils
devenv
evince evince
gcc gcc
gh gh
@ -39,6 +41,7 @@
logiops logiops
mpv mpv
nautilus nautilus
nheko
nicotine-plus nicotine-plus
obsidian obsidian
oculante oculante
@ -57,7 +60,6 @@
rmpc rmpc
ruby_3_2 ruby_3_2
signal-desktop signal-desktop
spotify
strawberry strawberry
telegram-desktop telegram-desktop
texliveFull texliveFull
@ -66,7 +68,6 @@
trash-cli trash-cli
tutanota-desktop tutanota-desktop
typst typst
vesktop
walker walker
wayneko wayneko
wireguard-tools wireguard-tools

View file

@ -74,7 +74,7 @@ in {
"docker" "docker"
]; ];
# shell = self.packages.${pkgs.stdenv.system}.fish; # shell = self.packages.${pkgs.stdenv.system}.fish;
shell = pkgs.nushell; shell = pkgs.zsh;
# hashedPasswordFile = "/etc/passwords/cr"; # hashedPasswordFile = "/etc/passwords/cr";
}; };
# root.hashedPasswordFile = "/persist/passwords/root"; # root.hashedPasswordFile = "/persist/passwords/root";

View file

@ -6,7 +6,6 @@
inherit (lib.lists) map; inherit (lib.lists) map;
inherit (lib.strings) concatStringsSep; inherit (lib.strings) concatStringsSep;
# https://peter.sh/experiments/chromium-command-line-switches/
flags = concatStringsSep " " [ flags = concatStringsSep " " [
"--no-first-run" "--no-first-run"
"--use-vulkan" "--use-vulkan"
@ -43,7 +42,6 @@ in {
# which facilitated this process a lot: # which facilitated this process a lot:
# https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0 # https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0
# https://github.com/yashgorana/chrome-debloat # https://github.com/yashgorana/chrome-debloat
# https://chromeenterprise.google/intl/en_ca/policies
extraOpts = { extraOpts = {
BraveRewardsDisabled = true; BraveRewardsDisabled = true;
BraveWalletDisabled = true; BraveWalletDisabled = true;

View file

@ -67,7 +67,7 @@ in {
environment.etc."niri/config.kdl".source = ./config.kdl; environment.etc."niri/config.kdl".source = ./config.kdl;
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit (pkgs) xwayland-satellite avizo playerctl; inherit (pkgs) xwayland-satellite avizo;
inherit new-swww; inherit new-swww;
}; };
}; };