hypr: added bibata cursor
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
../system/astal/default.nix
|
../system/astal/default.nix
|
||||||
../system/hyprland/default.nix
|
../system/hyprland/default.nix
|
||||||
../system/fonts/default.nix
|
../system/fonts/default.nix
|
||||||
|
../system/cursor/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
hyprcursor
|
||||||
|
bibata-cursors
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user