removed hyprland & added garbage collection

This commit is contained in:
Forestcat 2023-11-26 21:09:15 +01:00
parent 1758a0f710
commit f30534ffa9

View file

@ -171,10 +171,11 @@
# services.xserver.displayManager.lightdm.enable = true;
# Hyperland
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
# programs.hyprland = {
# enable = true;
# xwayland.enable = true;
# };
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1"; # if mouse cursor invisible
@ -192,6 +193,13 @@
services.pipewire.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Automatic Garbage collection
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
#Hardwarebeschleunigung f@r wayland
# hardware.opengl = {
# enable = true;