Systemd-ify Waybar, move aliases to individualized places, more Sway and Jovian changes
This commit is contained in:
parent
949cb85b2b
commit
d257cd9bf5
14 changed files with 212 additions and 143 deletions
|
@ -2,7 +2,10 @@
|
|||
{
|
||||
programs.fastfetch.enable = true;
|
||||
|
||||
home.packages = with pkgs; [ (writeScriptBin "smallfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc") ];
|
||||
home = {
|
||||
shellAliases.ff = "clear && fastfetch";
|
||||
packages = with pkgs; [ (writeScriptBin "smallfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc") ];
|
||||
};
|
||||
|
||||
xdg.configFile."fastfetch".source = ./configs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue