mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-13 04:35:52 +00:00
Compare commits
No commits in common. "74e6d740af8fcb9053dc7684a0b9fa57def88973" and "de4c8c32ef01c9bc93fbec08a5403ca281bf6036" have entirely different histories.
74e6d740af
...
de4c8c32ef
@ -71,9 +71,6 @@
|
||||
files = {
|
||||
excludeDirs = [ ".direnv" ];
|
||||
};
|
||||
cargo = {
|
||||
features = "all";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -14,9 +14,6 @@
|
||||
# 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
|
||||
|
@ -25,7 +25,7 @@
|
||||
# Cursor
|
||||
home-manager.users.${config.user}.home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
package = pkgs.gnome3.adwaita-icon-theme;
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user