tweak
This commit is contained in:
parent
1f6aab3200
commit
9c47aba177
2 changed files with 18 additions and 7 deletions
7
home.nix
7
home.nix
|
@ -10,14 +10,15 @@
|
|||
fzf
|
||||
bat
|
||||
jq
|
||||
starship
|
||||
];
|
||||
|
||||
# This needs to actually be set to your username
|
||||
username = "emenel";
|
||||
homeDirectory = "/home/emenel";
|
||||
|
||||
# You do not need to change this if you're reading this in the future.
|
||||
# Don't ever change this after the first build. Don't ask questions.
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.fish.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue