firefox: Rudimentary config, tridactyl support
This commit is contained in:
parent
1dbfd6cf88
commit
6cee16924c
5 changed files with 169 additions and 104 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue