refactor: update dotfiles paths and remove obsolete configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 40s

This commit is contained in:
2025-03-05 17:26:48 +01:00
parent 498b28fac0
commit 2ce4cfb608
51 changed files with 255 additions and 1406 deletions

View File

@@ -5,15 +5,15 @@
enable = true;
iconTheme = {
name = "Adwaita";
name = "Yaru";
};
theme = {
name = "Adwaita";
name = "Yaru";
};
cursorTheme = {
name = "Adwaita";
name = "Yaru";
};
gtk3.extraConfig = {
@@ -51,7 +51,7 @@
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
"org/gnome/shell" = {
favorite-apps = [
"ZenBrowser.desktop"
"zen.desktop"
"org.gnome.Nautilus.desktop"
"com.spotify.Client.desktop"
"vesktop.desktop"

View File

@@ -4,11 +4,11 @@
xdg.mimeApps = {
enable = true;
defaultApplications = {
# Brave Browser
"application/xhtml+xml" = [ "ZenBrowser.desktop" ];
"text/html" = [ "ZenBrowser.desktop" ];
"x-scheme-handler/http" = [ "ZenBrowser.desktop" ];
"x-scheme-handler/https" = [ "ZenBrowser.desktop" ];
# default browser
"application/xhtml+xml" = [ "zen.desktop" ];
"text/html" = [ "zen.desktop" ];
"x-scheme-handler/http" = [ "zen.desktop" ];
"x-scheme-handler/https" = [ "zen.desktop" ];
# Geary
"x-scheme-handler/mailto" = [ "org.gnome.Geary.desktop" ];