1
0
Fork 0

fix(nix): add core packages

This commit is contained in:
Lucas Sta Maria 2025-09-18 17:49:32 -05:00
parent fecd7366d1
commit bf03e5e0e9
Signed by: lucas
GPG key ID: F07FB16A826E3B47
3 changed files with 6 additions and 8 deletions

View file

@ -83,7 +83,6 @@
wpaperd
swaynotificationcenter
discord
steam
obs-studio
vlc
@ -119,6 +118,7 @@
kdePackages.kdenlive
jan
vesktop
networkmanagerapplet
# Required by DVR
kitty

View file

@ -2,7 +2,7 @@
imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ];
networking.hostName = "minji";
time.timeZone = "America/New_York";
time.timeZone = "America/Chicago";
# Bootloader
boot.loader.systemd-boot.enable = true;
@ -81,12 +81,6 @@
support32Bit.enable = true;
};
# Power
powerManagement = {
enable = true;
powertop.enable = true;
};
# Swap
swapDevices = [{
device = "/var/lib/swap";