diff --git a/configuration.nix b/configuration.nix index 66ca83e..3c2f5fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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: