1
Fork 0

Move from custom transparency module to stylix

This commit is contained in:
Matei Adriel 2023-12-10 19:45:28 +01:00
parent 38a7932c2c
commit e250b595e3
No known key found for this signature in database
16 changed files with 295 additions and 255 deletions
home/features/cli/fish

View file

@ -20,7 +20,12 @@
# {{{ Fish
programs.fish = {
enable = true;
interactiveShellInit = builtins.readFile ./config.fish;
interactiveShellInit = ''
${builtins.readFile ./config.fish}
# Modify nix-shell to use `fish` as it's default shell
${lib.getExe pkgs.nix-your-shell} fish | source
'';
# {{{ Plugins
plugins =