Merge branch 'main' into hyprpanel

This commit is contained in:
Miguel Palhas
2025-01-07 17:52:40 +00:00
3 changed files with 7 additions and 11 deletions
+2 -5
View File
@@ -20,11 +20,8 @@
lxappearance
xournalpp
jq
# networking
networkmanagerapplet
mtr
dnsutils
gpu-screen-recorder
gpu-screen-recorder-gtk
# networking
networkmanagerapplet
+3 -6
View File
@@ -7,8 +7,9 @@
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition;
policies = {
DefaultDownloadDirectory = "$HOME/downloads/firefox";
DefaultDownloadDirectory = "$HOME/downloads";
DontCheckDefaultBrowser = true;
DisableTelemetry = true;
DisablePocket = true;
@@ -53,16 +54,13 @@
};
profiles = {
personal = {
"dev-edition-default" = {
isDefault = true;
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
# privacy
clearurls
decentraleyes
# content/ad blocking
ublock-origin
# quality of life
no-pdf-download
buster-captcha-solver
@@ -72,7 +70,6 @@
translate-web-pages
# manual use
# tridactyl
bitwarden
];
settings = {
@@ -15,6 +15,7 @@ in
pamixer
hyprshot
playerctl
hyprsunset
];
home.sessionVariables = {
@@ -77,6 +78,7 @@ in
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"hyprpanel"
"nm-applet"
"hyprsunset"
];
windowrulev2 = [