aboutsummaryrefslogtreecommitdiff
path: root/hosts/mantis/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mantis/configuration.nix')
-rw-r--r--hosts/mantis/configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix
index d21a7b1..76bf237 100644
--- a/hosts/mantis/configuration.nix
+++ b/hosts/mantis/configuration.nix
@@ -22,7 +22,6 @@
22 prompt 22 prompt
23 better-text-objs 23 better-text-objs
24 vim-colors-plain 24 vim-colors-plain
25 niri
26 ]; 25 ];
27 26
28 nixpkgs.config = { 27 nixpkgs.config = {
@@ -41,8 +40,6 @@
41 }; 40 };
42 }; 41 };
43 42
44 programs.niri.enable = true;
45
46 users.users.op = { 43 users.users.op = {
47 isNormalUser = true; 44 isNormalUser = true;
48 extraGroups = [ "wheel" "docker" ]; 45 extraGroups = [ "wheel" "docker" ];
@@ -63,6 +60,7 @@
63 ]; 60 ];
64 variables = { 61 variables = {
65 QT_SCALE_FACTOR_ROUNDING_POLICY = "RoundPreferFloor"; 62 QT_SCALE_FACTOR_ROUNDING_POLICY = "RoundPreferFloor";
63 NIXOS_OZONE_WL = "1";
66 }; 64 };
67 }; 65 };
68 66