Minor updates and got all systems to build!

This commit is contained in:
Emmet
2025-02-12 15:57:42 -06:00
parent 52ce2d1cb1
commit 25b7cbb919
13 changed files with 336 additions and 164 deletions

View File

@@ -85,10 +85,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland = {
type = "git";
url = "https://code.hyprland.org/hyprwm/Hyprland.git";
submodules = true;
rev = "3fb47372b79265ebdabeeefdad10359d5b18377a"; #v0.45.0
url = "github:hyprwm/Hyprland/v0.47.2?submodules=true";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprutils.follows = "hyprutils";
};
@@ -96,7 +93,6 @@
hyprutils = {
type = "git";
url = "https://code.hyprland.org/hyprwm/hyprutils.git";
rev = "3c895da64b0eb19870142196fa48c07090b441c4";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -108,6 +104,12 @@
inputs.hyprutils.follows = "hyprutils";
};
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
stylix.url = "github:danth/stylix";
emacs-overlay = {