Compare commits

..

3 Commits

Author SHA1 Message Date
Noah Masur
74e6d740af
allow rust-analyzer to check optional feature code 2024-08-01 22:42:48 -04:00
Noah Masur
2ad5411b90
add possible option for darwin shell commented out 2024-08-01 22:41:35 -04:00
Noah Masur
3b494bed5b
adwaita-icon-theme now a top-level pkg 2024-08-01 22:41:15 -04:00
3 changed files with 7 additions and 1 deletions

View File

@ -71,6 +71,9 @@
files = {
excludeDirs = [ ".direnv" ];
};
cargo = {
features = "all";
};
};
};
};

View File

@ -14,6 +14,9 @@
# shell = pkgs.fish; # Default shell
};
# This might fix the shell issues
# users.knownUsers = [ config.user ];
home-manager.users.${config.user} = {
# Default shell setting doesn't work

View File

@ -25,7 +25,7 @@
# Cursor
home-manager.users.${config.user}.home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;
package = pkgs.adwaita-icon-theme;
size = 24;
gtk.enable = true;
x11.enable = true;