mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
hyprland
This commit is contained in:
parent
247f6cc410
commit
14a1a2792c
8 changed files with 489 additions and 5 deletions
|
|
@ -15,6 +15,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flox.url = "github:flox/flox";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
home-manager,
|
||||
rust-overlay,
|
||||
flox,
|
||||
hyprland,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -47,10 +49,12 @@
|
|||
system
|
||||
overlays
|
||||
primaryUser
|
||||
hyprland # Pass hyprland to specialArgs
|
||||
;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
};
|
||||
modules = [
|
||||
hyprland.nixosModules.default # Add this line
|
||||
./nixos/configuration.nix
|
||||
./nixos/hardware-configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue