update deck user and home path

This commit is contained in:
2025-02-08 13:28:38 +00:00
parent 138d1bd1b3
commit 28628f2269

View File

@@ -9,7 +9,7 @@
]; ];
terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck"; terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck";
terminal.flakeUpdateLocation = "/home/worble/Projects/nixos"; terminal.flakeUpdateLocation = "/home/deck/Projects/nixos";
nixpkgs.config = nixpkgs.config =
{ {
@@ -18,8 +18,8 @@
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
home.username = "worble"; home.username = "deck";
home.homeDirectory = "/home/worble"; home.homeDirectory = "/home/deck";
# This value determines the Home Manager release that your configuration is # This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release # compatible with. This helps avoid breakage when a new Home Manager release