1
Fork 0

feat: upgraded to latest nixos

This commit is contained in:
Matei Adriel 2021-11-21 14:34:07 +02:00
commit b0ecc41e8f
5 changed files with 21 additions and 16 deletions
modules/applications/shells

View file

@ -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;
# };
}