Merged Survival Conflict
Some checks are pending
/ Check NixOS Configuration (push) Waiting to run

This commit is contained in:
Kaybee 2024-11-16 03:52:00 +01:00
commit 44a449e56e
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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