xomments
This commit is contained in:
parent
7165ca9f70
commit
214b76bcca
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
desktop = {
|
desktop = {
|
||||||
|
# set to `x11` or `wayland`, improves compat
|
||||||
envProto = "wayland";
|
envProto = "wayland";
|
||||||
|
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
@ -53,8 +54,10 @@
|
||||||
nwg-drawer.enable = true;
|
nwg-drawer.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
|
|
||||||
|
# display manager
|
||||||
sddm.enable = true;
|
sddm.enable = true;
|
||||||
|
|
||||||
|
# theme, see `modules/desktop/themes`
|
||||||
themes.active = "catppuccin";
|
themes.active = "catppuccin";
|
||||||
};
|
};
|
||||||
software = {
|
software = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue