From 693768ee37098dbebb38c86e27044f2faa38348d Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 10 Nov 2024 01:08:38 +0300 Subject: 2024-11-10 --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c621f04..87ab0d0 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + hyprland = { + url = "github:hyprwm/Hyprland"; + inputs = { + # nixpkgs.follows = "nixpkgs"; # Disabled in favor of cache. + pre-commit-hooks.follows = "git-hooks"; + }; + }; + stylix = { url = "github:danth/stylix"; inputs = { @@ -193,6 +201,7 @@ topology = self.topology.config.output; iso = self.nixosConfigurations.iso.config.system.build.isoImage; + test-headless = self.nixosConfigurations.test-headless.config.system.build.vm; test-headful = self.nixosConfigurations.test-headful.config.system.build.vm; }; -- cgit 1.4.1