mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
enable home-manager
This commit is contained in:
parent
5becb073c5
commit
9438eba9fe
1 changed files with 3 additions and 2 deletions
5
home.nix
5
home.nix
|
@ -5,6 +5,7 @@
|
|||
# paths it should manage.
|
||||
home.username = "user";
|
||||
home.homeDirectory = "/home/user";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
|
@ -43,9 +44,9 @@
|
|||
];
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
bashrcExtra = ''
|
||||
. ~/bashrc
|
||||
. ~/.bashrc
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue