summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix30
1 files changed, 13 insertions, 17 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 50fb2c9..42be28c 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -2,6 +2,7 @@
config,
inputs,
username,
+ pkgs,
...
}:
{
@@ -48,10 +49,7 @@
};
locale.enable = true;
memory = {
- zram = {
- enable = true;
- percent = 25;
- };
+ zram.enable = true;
swapfile = {
enable = true;
size = 32;
@@ -64,26 +62,18 @@
users.enable = true;
};
srv = {
- sops.enable = true;
- syncthing.enable = true;
- files = {
- thunar.enable = true;
- krusader.enable = true;
- utils.enable = true;
- };
+ files.enable = true;
gaming = {
enable = true;
steam.enable = true;
- vr.enable = true;
};
virtualization.enable = true;
+ kdeconnect.enable = true;
nix-helper.enable = true;
ollama.enable = true;
- kdeconnect.enable = true;
- monero = {
- enable = true;
- # service.enable = true;
- };
+ monero.enable = true;
+ sops.enable = true;
+ syncthing.enable = true;
};
wm = {
enable = true;
@@ -91,6 +81,12 @@
};
};
+ programs.wireshark = {
+ enable = true;
+ package = pkgs.wireshark;
+ };
+ users.users.adam.extraGroups = [ "wireshark" ];
+
boot = {
kernelModules = [ "nct6687" ];
extraModulePackages = [