enable fstrim + disable extra portals
This commit is contained in:
parent
b2e2c0d39a
commit
c54f7b89ff
2 changed files with 3 additions and 4 deletions
|
@ -64,7 +64,7 @@
|
|||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
services.spotifyd.enable = true;
|
||||
services.fstrim.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
|
|
@ -52,10 +52,9 @@ in
|
|||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
|
||||
];
|
||||
gtkUsePortal = true;
|
||||
|
||||
};
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
|
Loading…
Reference in a new issue