basic file visibility

This commit is contained in:
2025-06-09 11:48:37 -05:00
parent 4d39c3ce89
commit b7480fcf56
+4 -14
View File
@@ -52,19 +52,6 @@
allowOther = true; allowOther = true;
}; };
# programs.firefox = {
# enable = true;
# policies = {
# ExtensionSettings = {
# "*".installation_mode = "blocked";
# "uBlock0@raymondhill.net" = {
# install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
# installation_mode = "force_installed";
# };
# };
# };
# };
# Configure firefox to be resilient against reboot # Configure firefox to be resilient against reboot
# Source = https://github.com/johnmpost/nixos-config # Source = https://github.com/johnmpost/nixos-config
programs.firefox = { programs.firefox = {
@@ -386,7 +373,10 @@
} }
''; '';
colorschemes.catppuccin.enable = true; colorschemes.catppuccin = {
enable = true;
settings.flavour = "frappe";
};
}; };