Merge branch 'main' into 'rust-rewrite'

# Conflicts:
#   home.nix
#   hosts/x86_64/garrus/configuration.nix
This commit is contained in:
Aaron Honeycutt 2025-04-12 13:35:44 -06:00
commit fc6c304189

View file

@ -62,26 +62,11 @@
}; };
}; };
dconf.settings = {
"org/gnome/shell" = {
favorite-apps = [ "org.gnome.Console.desktop" "nautilus.desktop" "firefox.desktop" "signal-desktop.desktop" ];
};
#"org/gnome/desktop/background" = {
# picture-uri-dark = "file:///home/aaronh/Pictures/Walls/wallhaven-2y2wg6.png";
#};
"org/gnome/desktop/interface" = {
clock-show-seconds = true;
clock-show-weekday = true;
color-scheme = "prefer-dark";
enable-hot-corners = false;
};
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
};
};
programs.helix = { programs.helix = {
enable = true; enable = true;
settings = {
theme = "ferra";
};
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.