WIP: add hypridle

This commit is contained in:
Noa Aarts 2024-03-18 13:15:13 +01:00
parent cdfbd5dc5b
commit 03b7aa9bf0
4 changed files with 39 additions and 192 deletions

View file

@ -25,9 +25,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
# inputs.nixpkgs.follows = "nixpkgs";
hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
@ -37,7 +37,7 @@
};
outputs = { self, nixpkgs, nix-colors, automapaper, disko, ... }@inputs:
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hypridle, ... }@inputs:
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
@ -45,6 +45,7 @@
inherit inputs;
inherit nix-colors;
inherit automapaper;
inherit hypridle;
};
modules = [
./hosts/default/configuration.nix