Compare commits
4 commits
99b7c4f250
...
0fd18deca3
Author | SHA1 | Date | |
---|---|---|---|
0fd18deca3 |
|||
d409f61226 |
|||
190323c198 |
|||
1abab409f8 |
4 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue