add cursor
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
../system/wayland.nix
|
../system/wayland.nix
|
||||||
../system/font.nix
|
../system/font.nix
|
||||||
../system/theme.nix
|
../system/theme.nix
|
||||||
|
../system/cursor.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
bibata-cursors
|
||||||
|
hyprcursor
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bibata-cursors
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user