hyprland update to latest stuff
This commit is contained in:
parent
4015310d8f
commit
aee99712f8
14 changed files with 1269 additions and 189 deletions
|
|
@ -6,7 +6,7 @@
|
|||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
||||
|
||||
# disabled for now
|
||||
# hyprland.url = "github:hyprwm/Hyprland";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
home-manager,
|
||||
ragenix,
|
||||
nix-flatpak,
|
||||
# hyprland,
|
||||
hyprland,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
home-manager.nixosModules.default
|
||||
ragenix.nixosModules.age
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# hyprland.nixosModules.default
|
||||
hyprland.nixosModules.default
|
||||
./_home_manager
|
||||
./options.nix
|
||||
./general
|
||||
|
|
@ -50,11 +50,11 @@
|
|||
];
|
||||
_module.args = {
|
||||
inherit ragenix;
|
||||
# inherit hyprland;
|
||||
# hyprlandPkgs = import hyprland.inputs.nixpkgs {
|
||||
# system = pkgs.stdenv.hostPlatform.system;
|
||||
# config = config.nixpkgs.config or { };
|
||||
# };
|
||||
inherit hyprland;
|
||||
hyprlandPkgs = import hyprland.inputs.nixpkgs {
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
config = config.nixpkgs.config or { };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue