diff --git a/src/system/machines/desktop/system.nix b/src/system/machines/desktop/system.nix index 26283ce..44c4321 100644 --- a/src/system/machines/desktop/system.nix +++ b/src/system/machines/desktop/system.nix @@ -27,7 +27,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 30d"; + options = "--delete-older-than 7d"; }; }; diff --git a/src/user/configs/bookmarks/default.nix b/src/user/configs/bookmarks/default.nix index 649bafb..0aa60e1 100644 --- a/src/user/configs/bookmarks/default.nix +++ b/src/user/configs/bookmarks/default.nix @@ -243,6 +243,11 @@ url = "https://letsencrypt.com"; tags = [ "dev" "hosting" ]; } + { + name = "Gitea"; + url = "https://gitea.com"; + tags = [ "dev" "hosting" ]; + } { name = "Hosting"; bookmarks = [ diff --git a/src/user/modules/gui/modules/browsers/firefox/default.nix b/src/user/modules/gui/modules/browsers/firefox/default.nix index 61b9426..e9adec6 100644 --- a/src/user/modules/gui/modules/browsers/firefox/default.nix +++ b/src/user/modules/gui/modules/browsers/firefox/default.nix @@ -58,35 +58,40 @@ in containersForce = true; containers = { - Personal = { - color = "blue"; - icon = "fingerprint"; + Banking = { + color = "green"; + icon = "dollar"; id = 1; }; + Personal = { + color = "orange"; + icon = "fingerprint"; + id = 2; + }; Work = { color = "yellow"; icon = "briefcase"; - id = 2; - }; - Banking = { - color = "green"; - icon = "dollar"; id = 3; }; + Personal_Work = { + color = "turquoise"; + icon = "briefcase"; + id = 4; + }; Social = { color = "red"; icon = "chill"; - id = 4; + id = 5; }; Shopping = { color = "purple"; icon = "cart"; - id = 5; + id = 6; }; Google = { - color = "orange"; + color = "pink"; icon = "vacation"; - id = 6; + id = 7; }; }; @@ -304,11 +309,12 @@ in extensions = with pkgs.nur.repos.rycee.firefox-addons; [ ublock-origin - vimium + tridactyl #darkreader - greasemonkey + tampermonkey clearurls passff + multi-account-containers ]; }; }; diff --git a/src/user/modules/gui/wm/hyprland/config/wallpapers b/src/user/modules/gui/wm/hyprland/config/wallpapers deleted file mode 120000 index 54444d2..0000000 --- a/src/user/modules/gui/wm/hyprland/config/wallpapers +++ /dev/null @@ -1 +0,0 @@ -../../../../../configs/wallpapers/ \ No newline at end of file diff --git a/src/user/modules/gui/wm/sway/config/wallpapers b/src/user/modules/gui/wm/sway/config/wallpapers deleted file mode 120000 index 54444d2..0000000 --- a/src/user/modules/gui/wm/sway/config/wallpapers +++ /dev/null @@ -1 +0,0 @@ -../../../../../configs/wallpapers/ \ No newline at end of file