Added: Final catppuccin stuff; TODOS for later; Programs I found in the catppuccin nix repo

This commit is contained in:
2026-03-28 23:33:26 +01:00
parent 8ab590b6dc
commit fccbe7dac5
3 changed files with 75 additions and 3 deletions

View File

@@ -10,7 +10,6 @@
];
_module.args.compositor = "hyprland";
home = {
packages = with pkgs; [
waypaper
@@ -18,4 +17,32 @@
];
file.".config/waypaper/config.ini".source = ./waypaper.ini;
};
# TODO: Qutebrowser install
programs = {
mangohud = {
enable = true;
settings = {
position = "top-right";
offset_x = 20;
offset_y = 20;
fps = true;
cpu_stats = true;
gpu_stats = true;
cpu_temp = true;
gpu_temp = true;
ram = true;
vram = true;
background_alpha = 0.5;
};
};
# TODO: Needs config!
mpv = {
enable = true;
};
};
}