Merge branch 'main' into hyprpanel
This commit is contained in:
@@ -20,11 +20,8 @@
|
||||
lxappearance
|
||||
xournalpp
|
||||
jq
|
||||
|
||||
# networking
|
||||
networkmanagerapplet
|
||||
mtr
|
||||
dnsutils
|
||||
gpu-screen-recorder
|
||||
gpu-screen-recorder-gtk
|
||||
|
||||
# networking
|
||||
networkmanagerapplet
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user