This commit is contained in:
parent
3035825b27
commit
c0dbb3a592
2 changed files with 6 additions and 4 deletions
|
@ -10,6 +10,8 @@
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Configure Nix
|
||||||
|
nix.package = pkgs.lix;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-27.3.11"
|
"electron-27.3.11"
|
||||||
|
@ -19,6 +21,7 @@
|
||||||
"veracrypt"
|
"veracrypt"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
|
"steam-unwrapped"
|
||||||
];
|
];
|
||||||
|
|
||||||
# services.tlp.enable = true;
|
# services.tlp.enable = true;
|
||||||
|
@ -130,11 +133,10 @@
|
||||||
fastfetch
|
fastfetch
|
||||||
btop
|
btop
|
||||||
testdisk
|
testdisk
|
||||||
neofetch
|
|
||||||
xournalpp
|
xournalpp
|
||||||
xournal
|
xournal
|
||||||
rnote
|
rnote
|
||||||
mypaint
|
#mypaint
|
||||||
firefox
|
firefox
|
||||||
vim
|
vim
|
||||||
filelight
|
filelight
|
||||||
|
@ -165,7 +167,7 @@
|
||||||
signal-desktop
|
signal-desktop
|
||||||
kicad
|
kicad
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
kotatogram-desktop
|
telegram-desktop
|
||||||
vlc
|
vlc
|
||||||
filezilla
|
filezilla
|
||||||
inkscape
|
inkscape
|
||||||
|
|
|
@ -31,7 +31,7 @@ in {
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ { device = "/swapfile"; size = 8 * 1024; } ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
Loading…
Add table
Reference in a new issue