This commit is contained in:
biscuit
2025-05-20 10:58:07 -05:00
parent b1ca82da64
commit 77854b1c69
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,5 +2,6 @@
imports = [ imports = [
../system/wayland.nix ../system/wayland.nix
../system/font.nix ../system/font.nix
../system/theme.nix
]; ];
} }
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bibata-cursors
];
}