chore: upgrade to 24.11
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
This commit is contained in:
parent
0a6e4f99c4
commit
168056ce39
7 changed files with 31 additions and 31 deletions
|
@ -242,6 +242,7 @@ in
|
|||
};
|
||||
programs.light.enable = true;
|
||||
xdg.portal.wlr.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
|
|
|
@ -158,7 +158,7 @@ in
|
|||
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
package = pkgs.hydra-unstable;
|
||||
package = pkgs.hydra;
|
||||
hydraURL = "https://hydra.dadada.li";
|
||||
notificationSender = "hydra@localhost";
|
||||
buildMachinesFiles = [ ];
|
||||
|
@ -394,7 +394,7 @@ in
|
|||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome = {
|
||||
enable = true;
|
||||
extraGSettingsOverridePackages = with pkgs; [ gnome3.gnome-settings-daemon ];
|
||||
extraGSettingsOverridePackages = with pkgs; [ gnome.gnome-settings-daemon ];
|
||||
extraGSettingsOverrides = ''
|
||||
[org.gnome.desktop.screensaver]
|
||||
lock-delay=uint32 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue