aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-12-03 15:01:50 +0100
committerAdrian Kummerlaender2022-12-03 15:01:50 +0100
commitbaf644d1e0963b4d6805de56d2360b7462fa4636 (patch)
tree1abc049833798e96e3de880eae66903d6e5e28a5 /home.nix
parentd741f7f532c861943eb667632a4cdb2afb5fc216 (diff)
downloadnixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar.gz
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar.bz2
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar.lz
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar.xz
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.tar.zst
nixos_home-baf644d1e0963b4d6805de56d2360b7462fa4636.zip
Update to 22.11
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" ];