enable fstrim + disable extra portals

This commit is contained in:
notohh 2022-12-16 02:50:30 -05:00
parent b2e2c0d39a
commit c54f7b89ff
2 changed files with 3 additions and 4 deletions

View file

@ -64,7 +64,7 @@
};
services.printing.enable = true;
services.spotifyd.enable = true;
services.fstrim.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = false;

View file

@ -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;