fixed cursor and started migrating to hm

This commit is contained in:
Jakub Kropáček 2024-10-16 23:27:39 +02:00
parent dfb9554b11
commit b3ffd870a9

View file

@ -18,6 +18,7 @@
home.packages = with pkgs; [
gnomeExtensions.grand-theft-focus
gnomeExtensions.vitals
spotify
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# hello
@ -51,6 +52,14 @@
# '';
};
home.pointerCursor = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
gtk.enable = true;
x11.enable = true;
size = 24;
};
dconf = {
settings = {
"org/gnome/shell" = {