This commit is contained in:
Nico
2025-06-23 17:01:02 +02:00
parent 936064f3e7
commit 20996e42e1
8 changed files with 629 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
{ pkgs, config, lib,... }:
{
home.packages = with pkgs; [
];
programs.fuzzel = {
enable = true;
};
home.file."/home/nico/.config/fuzzel/fuzzel.ini" = {
source = ./fuzzel.ini;
};
}