diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-11-30 12:54:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-12-03 17:32:26 -0600 |
| commit | 854f5ee287eb66db5a0713e2f4fac56794e3d735 (patch) | |
| tree | 93864fc9cfbf1c3a60ad3c4cffe3d62db5fdfb7d /home/desktop.nix | |
| parent | a47ac17c249574e68c4a9f93f558ea61f987804f (diff) | |
flake: update to 24.11
Diffstat (limited to 'home/desktop.nix')
| -rw-r--r-- | home/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/desktop.nix b/home/desktop.nix index 823fe39..fea1f35 100644 --- a/home/desktop.nix +++ b/home/desktop.nix @@ -2,7 +2,7 @@ with lib; { config = mkIf (!config.home.isolation.active) { home.pointerCursor = { - package = pkgs.gnome.adwaita-icon-theme; + package = pkgs.adwaita-icon-theme; gtk.enable = true; name = "Adwaita"; |
