7 lines
102 B
Nix
7 lines
102 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
hyprcursor
|
|
bibata-cursors
|
|
];
|
|
}
|