feat: fix nixfmt
This commit is contained in:
parent
2b593f2e72
commit
a784ba021f
3 changed files with 44 additions and 21 deletions
|
|
@ -9,7 +9,10 @@ in
|
|||
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.defaultSession = "hyprland";
|
||||
};
|
||||
|
||||
xdg.portal.config.common.default = "*";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue