fix(nix): add core packages
This commit is contained in:
parent
fecd7366d1
commit
bf03e5e0e9
3 changed files with 6 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue