Compare commits
No commits in common. "0fd18deca335e6878cc49cca300b9a11834cfe60" and "99b7c4f2501fdbae0e6325a3f3185996ceb4f162" have entirely different histories.
0fd18deca3
...
99b7c4f250
4 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue