aboutsummaryrefslogtreecommitdiff
path: root/hosts/mantis/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mantis/home.nix')
-rw-r--r--hosts/mantis/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/mantis/home.nix b/hosts/mantis/home.nix
index bcdb0ee..e196052 100644
--- a/hosts/mantis/home.nix
+++ b/hosts/mantis/home.nix
@@ -14,6 +14,9 @@
14 # ./mail.nix 14 # ./mail.nix
15 ]; 15 ];
16 16
17 programs.niri.enable = true;
18 programs.niri.config = builtins.readFile ./niri-config.kdl;
19
17 home.stateVersion = "22.11"; 20 home.stateVersion = "22.11";
18 home.username = "op"; 21 home.username = "op";
19 home.homeDirectory = "/home/op"; 22 home.homeDirectory = "/home/op";