aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 6d14d80..794e90a 100644
--- a/home.nix
+++ b/home.nix
@@ -12,6 +12,11 @@
];
home = {
+ stateVersion = "22.11";
+
+ username = "common";
+ homeDirectory = "/home/common";
+
keyboard = {
layout = "de";
options = [ "caps:escape" ];