fix: add dconf configuration to hyprland default setup
This commit is contained in:
parent
c14701bf5b
commit
1dc0c022a9
1 changed files with 7 additions and 3 deletions
10
modules/nixos/desktop/env/hyprland/default.nix
vendored
10
modules/nixos/desktop/env/hyprland/default.nix
vendored
|
|
@ -15,9 +15,13 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue