Merge remote-tracking branch 'origin/main' into thinkpad

This commit is contained in:
2025-02-11 17:44:03 +01:00
11 changed files with 22 additions and 10 deletions

View File

@ -5,7 +5,6 @@ let
suspendAfter = 7200;
in
{
wayland.windowManager.hyprland.settings.exec-once = [ "hypridle" ];
services.hypridle = {
enable = true;
settings = {
@ -35,4 +34,5 @@ in
];
};
};
wayland.windowManager.hyprland.settings.exec-once = [ "hypridle" ];
}

View File

@ -1,8 +1,8 @@
{ lib, ... }:
let
common = import ../../common.nix;
app = common.default;
theme = import ../../theme.nix;
app = common.default;
in
{
wayland.windowManager.hyprland.settings = {