give it a whirl

This commit is contained in:
2025-08-22 23:24:59 -05:00
parent dfa3c807ed
commit e735b7be6d
5 changed files with 156 additions and 65 deletions
+3 -16
View File
@@ -54,9 +54,6 @@
};
};
# needed to allowOther in home.nix
programs.fuse.userAllowOther = true;
networking.hostName = "roy-laptop";
networking.hostId = "4cb9fc76";
@@ -160,6 +157,9 @@
};
waybar.enable = true;
fish.enable = true;
# needed to allowOther in home.nix
fuse.userAllowOther = true;
};
programs = {
@@ -171,19 +171,6 @@
};
};
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";
};
};
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.variables = {