diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 6 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 21 | ||||
| -rw-r--r-- | hosts/laptop/home.nix | 5 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 1 |
4 files changed, 9 insertions, 24 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 42be28c..4382320 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -81,12 +81,6 @@ }; }; - programs.wireshark = { - enable = true; - package = pkgs.wireshark; - }; - users.users.adam.extraGroups = [ "wireshark" ]; - boot = { kernelModules = [ "nct6687" ]; extraModulePackages = [ diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a6c6b56..df4ba29 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -32,14 +32,8 @@ }; locale.enable = true; memory = { - zram = { - enable = true; - percent = 25; - }; - swapfile = { - enable = true; - size = 8; - }; + zram.enable = true; + swapfile.enable = true; }; network.enable = true; power = { @@ -53,16 +47,11 @@ }; srv = { bluetooth.enable = true; - files = { - thunar.enable = true; - utils.enable = true; - }; - gaming = { - enable = true; - steam.enable = true; - }; + files.enable = true; + gaming.enable = true; nix-helper.enable = true; kdeconnect.enable = true; + sops.enable = true; }; wm = { enable = true; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index e5b5f32..272cca3 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -16,6 +16,7 @@ }; git.enable = true; xdg-dirs.enable = true; + xdg-mime.enable = true; }; editors.nixvim.enable = true; env = { @@ -37,9 +38,11 @@ }; soft = { browser.librewolf.enable = true; - mpv.enable = true; + email.thunderbird.enable = true; media.enable = true; + mpv.enable = true; nixcord.enable = true; + onlyoffice.enable = true; obsidian.enable = true; spicetify.enable = true; torrent.enable = true; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 21fc467..ecc1c52 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -64,7 +64,6 @@ nix-helper.enable = true; monero.enable = true; sops.enable = true; - syncthing.enable = true; }; wm = { enable = true; |
