diff options
| author | Dominik Kaiser | 2025-02-15 16:07:28 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-15 16:07:28 +0100 |
| commit | 61a06f286ae470acce6c93703f4e535ac5d9e3a7 (patch) | |
| tree | 5f4e2c164d8ecc61993e4af99a8518487318224e /home-manager/home.nix | |
| parent | a824e71e916af255ed3a610dc02df944969f218a (diff) | |
| download | nixos-61a06f286ae470acce6c93703f4e535ac5d9e3a7.tar.gz nixos-61a06f286ae470acce6c93703f4e535ac5d9e3a7.zip | |
Fix FIXMEs
Diffstat (limited to 'home-manager/home.nix')
| -rw-r--r-- | home-manager/home.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 5f20559..23b37cc 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -38,10 +38,9 @@ }; }; - # TODO: Set your username home = { - username = "your-username"; - homeDirectory = "/home/your-username"; + username = "dk"; + homeDirectory = "/home/dk"; }; # Add stuff for your user as you see fit: @@ -56,5 +55,5 @@ systemd.user.startServices = "sd-switch"; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion - home.stateVersion = "23.05"; + home.stateVersion = "24.11"; } |
