Update 'configuration.nix'
This commit is contained in:
parent
0d0f857a5b
commit
6acbc79cda
1 changed files with 12 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue