use hyprland overlays
This commit is contained in:
parent
eda8cf327d
commit
c0a973924a
5 changed files with 26 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ with inputs;
|
|||
users.${user}.imports =
|
||||
home-modules
|
||||
++ [
|
||||
hyprland.homeManagerModules.default
|
||||
../home/.
|
||||
{
|
||||
options.home.userFullname = nixpkgs.lib.mkOption {default = userFullname;};
|
||||
|
|
@ -30,9 +31,7 @@ with inputs;
|
|||
}
|
||||
];
|
||||
};
|
||||
programs.hyprland.package = hyprland.packages."${system}".hyprland;
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
inherit (hyprland.packages.${system}) xdg-desktop-portal-hyprland hyprland hyprland-protocols;
|
||||
hycov = hycov.packages.${system}.hycov;
|
||||
};
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue