summaryrefslogtreecommitdiff
path: root/users/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/common.nix')
-rw-r--r--users/common.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/users/common.nix b/users/common.nix
index 4a7ea0b..b55c4ea 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -71,7 +71,7 @@ in
};
qt = {
- enable = true;
+ enable = false;
platformTheme.name = "qtct";
};
@@ -133,7 +133,7 @@ in
extraConfig = ''
include noctaliarc
- set recolor true
+ set recolor false
'';
};
@@ -156,11 +156,9 @@ in
};
home.packages = with pkgs; [
- swayimg
kew
imagemagick
nautilus
- opencode
- clang
+ proton-vpn
];
}