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