Codified firefox config as a GPO with userChrome while nixos firefox 23.11 gets patched.

This commit is contained in:
2024-01-10 17:42:06 -04:00
parent fe2d5ef08b
commit 5c31be499a
3 changed files with 91 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# NUR
nur.url = "github:nix-community/NUR";
# NixOS-Hardware
nixos-hardware.url = "github:NixOS/nixos-hardware";
@@ -31,6 +34,7 @@
};
outputs = inputs @ {
nixpkgs,
nur,
stylix,
home-manager,
...
@@ -52,6 +56,9 @@
#kde2nix Module
inputs.kde2nix.nixosModules.default
# NUR Modules
nur.nixosModules.nur
# Theme Modules
stylix.nixosModules.stylix
./themes/targets/all-desktop.nix
@@ -71,6 +78,7 @@
};
home-manager.users.panotaka = {
imports = [
nur.hmModules.nur
./home
./home/shell
./home/desktop
@@ -90,6 +98,9 @@
# Modules
modules = [
# NUR Modules
nur.nixosModules.nur
# Theme Modules
stylix.nixosModules.stylix
./themes/targets/all.nix
@@ -110,6 +121,7 @@
home-manager.users.panotaka = {
imports = [
nur.hmModules.nur
./home
./home/shell
./home/desktop