Turned off hibernation and deep sleep on framework12

This commit is contained in:
Aleksandr Lebedev 2025-10-05 09:51:47 +02:00
parent a38a53a7c5
commit 796a3c5445
5 changed files with 105 additions and 147 deletions

View file

@ -85,7 +85,12 @@
url = "github:AvengeMedia/dgop";
inputs.nixpkgs.follows = "nixpkgs";
};
desktopShell.url = "github:KyleKrein/DesktopShell"; #?ref=d4816bd174901cb5582151dac6ead636cf96090d";
desktopShell = {
url = "github:KyleKrein/DesktopShell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.dgop.follows = "dgop";
inputs.quickshell.follows = "quickshell";
};
rose-pine-hyprcursor = {
url = "github:ndom91/rose-pine-hyprcursor";
inputs.nixpkgs.follows = "nixpkgs";