1
Fork 0
This commit is contained in:
Matei Adriel 2022-12-05 01:18:31 +01:00
parent 32b53a7fd6
commit 811660e30a
11 changed files with 49 additions and 8 deletions
modules/applications/shells

View file

@ -28,4 +28,8 @@
# Render git repo using gource
"git-render" = "gource -f -s 1 -c 4 --key";
# Neovide multigrid by default
neovide = "neovide --multigrid";
}

View file

@ -13,6 +13,9 @@ in
{
users.defaultUserShell = pkgs.fish;
home-manager.users.adrielus = {
programs.command-not-found.enable = false;
programs.nix-index.enable = true;
# Source every file in the theme
xdg.configFile."fish/conf.d/plugin-${theme}.fish".text = lib.mkAfter ''
for f in $plugin_dir/*.fish