mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
Fixed username in home-manager config
This commit is contained in:
@@ -45,10 +45,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Set your username
|
|
||||||
home = {
|
home = {
|
||||||
username = "your-username";
|
username = "chloe";
|
||||||
homeDirectory = "/home/your-username";
|
homeDirectory = "/home/chloe";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add stuff for your user as you see fit:
|
# Add stuff for your user as you see fit:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
{ pkgs, ... } : {
|
||||||
# $ nix search wget
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent
|
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent
|
||||||
];
|
];
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user