diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
| commit | f1d30adc192df38fe8f6cd50cb2eae048789459b (patch) | |
| tree | 687f4b25e544779a89a986d626d9eaf2acdc9284 /users/common.nix | |
| parent | 69d65e07cd5f88175db7a47011ee862480567eae (diff) | |
Niri config stuff and enable eyecandy and make ghostty default term
Diffstat (limited to 'users/common.nix')
| -rw-r--r-- | users/common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/common.nix b/users/common.nix index 001b75a..4affeca 100644 --- a/users/common.nix +++ b/users/common.nix @@ -57,8 +57,8 @@ in dotIcons.enable = true; hyprcursor.size = 24; hyprcursor.enable = true; - name = "Bibata-Modern-Ice"; - package = pkgs.bibata-cursors; + name = "miku-cursor"; + package = mikuCursor; }; dconf.settings = { |
