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