[hyprland] Uses mainline packages, updates config as necessary

This commit is contained in:
2025-04-24 10:56:32 -07:00
parent 5645867776
commit 771c3618bc
10 changed files with 104 additions and 573 deletions

View File

@@ -10,20 +10,20 @@
};
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
split-monitor-workspaces = {
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
# hyprland = {
# url = "github:hyprwm/Hyprland";
# inputs.nixpkgs.follows = "nixpkgs-stable";
# };
# hy3 = {
# url = "github:outfoxxed/hy3";
# inputs.hyprland.follows = "hyprland";
# };
# split-monitor-workspaces = {
# url = "github:Duckonaut/split-monitor-workspaces";
# inputs.hyprland.follows = "hyprland";
# };
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs-stable";
@@ -39,7 +39,7 @@
{
path,
system ? "x86_64-linux",
nixpkgs ? inputs.nixpkgs-unstable,
nixpkgs ? inputs.nixpkgs-stable,
}:
nixpkgs.lib.nixosSystem {
inherit system;
@@ -66,12 +66,9 @@
};
vega = mkNixosConfig {
path = ./system/hosts/vega;
nixpkgs = inputs.nixpkgs-stable;
};
mcp = (import ./system/hosts/mcp) {
inherit inputs;
inherit self;
nixpkgs = inputs.nixpkgs-stable;
mcp = mkNixosConfig {
path = ./system/hosts/mcp;
};
};
features = {