firefox color scheme and addons

This commit is contained in:
Noah Masur
2022-05-07 14:24:00 -04:00
parent 337ddd6c35
commit 2c4a737d37
4 changed files with 98 additions and 5 deletions

View File

@ -7,10 +7,11 @@
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/nur";
};
outputs = { self, nixpkgs, home-manager }:
outputs = { self, nixpkgs, home-manager, nur }:
let
globals = {
user = "noah";
@ -37,6 +38,7 @@
gui.compositor.enable = true;
}
home-manager.nixosModules.home-manager
{ nixpkgs.overlays = [ nur.overlay ]; }
./hosts/desktop/hardware-configuration.nix
./hosts/common.nix
./modules/hardware