ljkasdljkasdkljasdjl
This commit is contained in:
@@ -64,8 +64,8 @@ in
|
||||
|
||||
# notifications
|
||||
"org/gnome/desktop/notifications" = {
|
||||
# "show-banners" = false; # do not disturb mode
|
||||
"show-in-lock-screen" = false; # fucking matrix...
|
||||
# show-banners = false; # do not disturb mode
|
||||
show-in-lock-screen = false; # fucking matrix...
|
||||
};
|
||||
|
||||
# wallpaper
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
# nvd: https://discourse.nixos.org/t/nvd-simple-nix-nixos-version-diff-tool/12397
|
||||
# module from https://infosec.exchange/@wyndon/110662698348958506
|
||||
home.activation.diff-update = config.lib.dag.entryAnywhere ''
|
||||
${pkgs.nvd}/bin/nvd diff $oldGenPath $newGenPath
|
||||
if [[ -v oldGenPath ]]; then
|
||||
${pkgs.nvd}/bin/nvd diff $oldGenPath $newGenPath
|
||||
fi
|
||||
'';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user