update deck user and home path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user