Move from custom transparency module to stylix
This commit is contained in:
parent
38a7932c2c
commit
e250b595e3
16 changed files with 295 additions and 255 deletions
home/features/cli/fish
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue