mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Hyprcursor maybe?
This commit is contained in:
parent
e05ea6d6f7
commit
0ca262d1e3
1 changed files with 8 additions and 6 deletions
|
|
@ -8,12 +8,14 @@
|
|||
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
config.environment.systemPackages = lib.mkIf config.hypr.enable with pkgs;
|
||||
[
|
||||
hyprcursor
|
||||
]
|
||||
|
||||
config.environment.sessionVariables = lib.mkIf config.hypr.enable {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
config.environment = lib.mkIf config.hypr.enable {
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
systemPackages = with pkgs;
|
||||
[
|
||||
hyprcursor
|
||||
]
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue