firefox: Rudimentary config, tridactyl support

This commit is contained in:
Geoffrey Frogeye 2024-01-15 23:11:21 +01:00
parent 1dbfd6cf88
commit 6cee16924c
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 169 additions and 104 deletions

View file

@ -27,9 +27,10 @@
url = "github:guibou/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";
};
outputs = { self, nixpkgs, disko, nixos-hardware, home-manager, stylix, nixvim, nixgl, ... }:
outputs = { self, nixpkgs, disko, nixos-hardware, home-manager, stylix, nixvim, nixgl, nur, ... }:
let
sharedOverlays = [
nixgl.overlay
@ -68,6 +69,7 @@
./hm
stylix.homeManagerModules.stylix
nixvim.homeManagerModules.nixvim
nur.hmModules.nur
];
};
nixosConfigurations.curacao = lib.nixosSystem {