This commit is contained in:
albert 2024-05-05 18:59:32 +09:00
parent 1dd21f73ad
commit a6b6cb385d
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -45,23 +45,12 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --issue --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
user = "greeter";
};
};
};
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInput = "tty";
StandardOutput = "tty";
StandardError = "journal"; # Without this errors will spam on screen
# Without these bootlogs will spam on screen
TTYReset = true;
TTYVHangup = true;
TTYVTDisallocate = true;
};
# Brightness and volume control
# https://haikarainen.github.io/light/
programs.light.enable = true;