Added: Final catppuccin stuff; TODOS for later; Programs I found in the catppuccin nix repo
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user