Merge remote-tracking branch 'origin/main' into thinkpad
This commit is contained in:
@ -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" ];
|
||||
}
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user