move glib program recommendation into programs/assorted.nix

This commit is contained in:
2024-02-20 12:11:26 +00:00
parent 53cbe5c8da
commit a624571b22
2 changed files with 1 additions and 2 deletions

View File

@@ -120,8 +120,6 @@
''; '';
}; };
# sane.programs.glib.enableFor.user.colin = true; # for `gsettings`
# link debug symbols into /run/current-system/sw/lib/debug # link debug symbols into /run/current-system/sw/lib/debug
# hopefully picked up by gdb automatically? # hopefully picked up by gdb automatically?
environment.enableDebugInfo = true; environment.enableDebugInfo = true;

View File

@@ -115,6 +115,7 @@ in
"eza" # a better 'ls' "eza" # a better 'ls'
# "flashrom" # "flashrom"
"git" # needed as a user package, for config. "git" # needed as a user package, for config.
# "glib" # for `gsettings`
# "gnupg" # "gnupg"
# "gocryptfs" # "gocryptfs"
# "gopass" # "gopass"