add hosts on laptop, catppuccin autoenable config
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 36s

This commit is contained in:
2026-05-31 15:40:48 +02:00
parent d5d569dbf5
commit b9ba959482
5 changed files with 49 additions and 35 deletions

View File

@ -2,6 +2,7 @@
{
catppuccin = {
enable = true;
autoEnable = true;
flavor = "mocha";
dunst.enable = true;

View File

@ -1,13 +0,0 @@
{ ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
dunst.enable = true;
dunst.flavor="frappe";
kvantum.apply = true;
rofi.enable = false;
};
}