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
|
openscad
|
||||||
git
|
git
|
||||||
neofetch
|
neofetch
|
||||||
|
audacity
|
||||||
|
handbrake
|
||||||
|
vlc
|
||||||
|
vscodium
|
||||||
|
jflap
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
#boot.tmpOnTmpfs = true;
|
||||||
#boot.cleanTmpDir = true;
|
#boot.cleanTmpDir = true;
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
# programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
Loading…
Reference in a new issue