now fuzzel and so on. Idk what happened last time

This commit is contained in:
2025-08-24 14:54:50 +02:00
parent 1b56d25e41
commit 1cac4ca84d
17 changed files with 811 additions and 160 deletions

View File

@@ -0,0 +1,18 @@
{ pkgs, config, lib,... }:
{
home.packages = with pkgs; [
# raffi
fuzzel
];
home.file."/home/n/.config/fuzzel/fuzzel.ini" = {
source = ./fuzzel.ini;
};
# home.file."/home/n/.config/raffi/raffi.yaml" = {
# source = ./raffi.yaml;
#};
}