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 = {
|
||||
username = "your-username";
|
||||
homeDirectory = "/home/your-username";
|
||||
username = "chloe";
|
||||
homeDirectory = "/home/chloe";
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
{ pkgs, ... } : {
|
||||
environment.systemPackages = with pkgs; [
|
||||
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user