From 6acbc79cda12cdb453d69f10266c116202f13573 Mon Sep 17 00:00:00 2001 From: MK Date: Wed, 15 Feb 2023 17:53:32 +0100 Subject: [PATCH] Update 'configuration.nix' --- configuration.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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: