diff options
Diffstat (limited to 'hosts/laptop')
| -rw-r--r-- | hosts/laptop/configuration.nix | 5 | ||||
| -rw-r--r-- | hosts/laptop/home.nix | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 1f06829..7688f33 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -7,7 +7,7 @@ ../../os/default.nix ]; - os = { + sys = { core = { allowUnfree.enable = true; @@ -21,7 +21,6 @@ users.${username}.path = ./home.nix; }; locale.enable = true; - network.enable = true; memory = { zram = { enable = true; @@ -32,8 +31,10 @@ size = 8; }; }; + network.enable = true; power.enable = true; security.enable = true; + ssh.enable = true; storage = { enable = true; keepDays = 14; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 244e1f6..777e270 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -34,21 +34,15 @@ starship.enable = true; }; soft = { - browser = { - librewolf.enable = true; - }; - email = { - thunderbird.enable = false; - evolution.enable = false; - }; + browser.librewolf.enable = true; kdeconnect.enable = true; mpv.enable = true; media.enable = true; - yt-dlp.enable = true; nixcord.enable = true; obsidian.enable = true; spicetify.enable = true; torrent.enable = true; + yt-dlp.enable = true; }; }; } |
