feat: ghostty -> havoc, fish -> yash, dwl -> river-classic, more minimal rofi configuration ; fix: nvim rust-analyzer ; docs: update preview screenshot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, wallpaper, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.rivercarro ];
|
||||
|
||||
xdg.configFile."river/init" = {
|
||||
source = pkgs.replaceVars ./init.sh {
|
||||
inherit wallpaper;
|
||||
};
|
||||
executable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user