Update 'configuration.nix'

This commit is contained in:
MK 2023-02-15 17:53:32 +01:00
parent 0d0f857a5b
commit 6acbc79cda

View file

@ -123,18 +123,26 @@ micro
openscad
git
neofetch
audacity
handbrake
vlc
vscodium
jflap
];
boot.tmpOnTmpfs = true;
services.flatpak.enable = true;
#boot.tmpOnTmpfs = true;
#boot.cleanTmpDir = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
# };
# List services that you want to enable: