mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Switch to Hyprland & them with Catppuccin
This commit is contained in:
parent
41bf9dc9fa
commit
f9836386b3
4 changed files with 84 additions and 22 deletions
33
modules/home-manager/nixos.nix
Normal file
33
modules/home-manager/nixos.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{ pkgs, ... }: {
|
||||
programs = {
|
||||
waybar = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
frame_color = "#8CAAEE";
|
||||
separator_color= "frame";
|
||||
};
|
||||
|
||||
urgency_low = {
|
||||
background = "#303446";
|
||||
foreground = "#C6D0F5";
|
||||
};
|
||||
|
||||
urgency_normal = {
|
||||
background = "#303446";
|
||||
foreground = "#C6D0F5";
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
background = "#303446";
|
||||
foreground = "#C6D0F5";
|
||||
frame_color = "#EF9F76";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue