Minor updates and got all systems to build!
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user