install xdph
This commit is contained in:
parent
fddf319df9
commit
2e1cd6a3c4
5 changed files with 14 additions and 10 deletions
|
|
@ -1,5 +1,6 @@
|
|||
name:
|
||||
{ nixpkgs
|
||||
, inputs
|
||||
, home-manager
|
||||
, system
|
||||
, user
|
||||
|
|
@ -11,10 +12,18 @@ name:
|
|||
}:
|
||||
|
||||
nixpkgs.lib.nixosSystem rec {
|
||||
specialArgs = { inherit inputs; };
|
||||
|
||||
inherit system;
|
||||
|
||||
modules = [
|
||||
|
||||
({inputs, pkgs, ...}: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
};
|
||||
})
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue