feat: upgraded to latest nixos
This commit is contained in:
parent
c5e3e39e97
commit
b0ecc41e8f
5 changed files with 21 additions and 16 deletions
modules/applications/shells
|
@ -3,10 +3,10 @@ let
|
|||
shellAliases = import ./aliases.nix;
|
||||
common = import ./common.nix;
|
||||
in {
|
||||
home-manager.users.adrielus.programs.fish = {
|
||||
inherit shellAliases;
|
||||
shellInit = common.shellInit;
|
||||
# home-manager.users.adrielus.programs.fish = {
|
||||
# inherit shellAliases;
|
||||
# shellInit = common.shellInit;
|
||||
|
||||
enable = true;
|
||||
};
|
||||
# enable = true;
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue