flake: remove hyprland since it's in nixpkgs now

This commit is contained in:
2023-07-21 21:27:26 +02:00
parent e039610163
commit 19b91aebd9
3 changed files with 6 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
# └─ ./home.nix
#
{ lib, inputs, nixpkgs, nixos-hardware, home-manager, nur, user, location, hyprland, agenix, ... }:
{ lib, inputs, nixpkgs, nixos-hardware, home-manager, nur, user, location, agenix, ... }:
let
system = "x86_64-linux"; # System architecture
@@ -27,11 +27,10 @@ in
{
desktop = lib.nixosSystem { # Desktop profile
inherit system;
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
modules = [
agenix.nixosModules.default
nur.nixosModules.nur
#hyprland.nixosModules.default
./desktop
./configuration_desktop.nix
nixos-hardware.nixosModules.common-cpu-amd
@@ -55,11 +54,10 @@ in
laptop = lib.nixosSystem { # Laptop profile
inherit system;
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
modules = [
agenix.nixosModules.default
nur.nixosModules.nur
#hyprland.nixosModules.default
./laptop
./configuration_desktop.nix
nixos-hardware.nixosModules.common-cpu-intel
@@ -135,9 +133,8 @@ in
q920 = lib.nixosSystem { # Laptop profile
inherit system;
specialArgs = { inherit inputs user location hyprland; };
specialArgs = { inherit inputs user location ; };
modules = [
hyprland.nixosModules.default
./q920
./configuration.nix