fixed cursor and started migrating to hm
This commit is contained in:
parent
dfb9554b11
commit
b3ffd870a9
1 changed files with 9 additions and 0 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue