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