Use home-manager as a nixos module
This commit is contained in:
parent
d4e727ed6b
commit
05db6fce26
4 changed files with 21 additions and 18 deletions
|
|
@ -4,7 +4,6 @@
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting
|
||||
starship init fish | source
|
||||
'';
|
||||
shellAliases =
|
||||
let
|
||||
|
|
@ -13,7 +12,6 @@
|
|||
{
|
||||
rb = "sudo nixos-rebuild switch --flake ${flakeDir}";
|
||||
upg = "sudo nix flake update --flake ${flakeDir} && sudo nixos-rebuild switch --flake ${flakeDir}";
|
||||
hms = "home-manager switch --flake ${flakeDir}";
|
||||
ed = "hx ${flakeDir}";
|
||||
ff = "fastfetch -c neofetch";
|
||||
ls = "lsd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue