Add lingering, remove kill on exit, fix smallfetch, replace tmux with zellij
This commit is contained in:
parent
72d7b9d038
commit
43546073cf
6 changed files with 16 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
home.packages = with pkgs; with lib; with config.home; with config.xdg; [
|
||||
(writeScriptBin "smallfetch" ''
|
||||
#!/bin/sh
|
||||
fastfetch --config ${removePrefix "${homeDirectory}/" configHome}/fastfetch/small.jsonc
|
||||
fastfetch --config $HOME/${removePrefix "${homeDirectory}/" configHome}/fastfetch/small.jsonc
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue