diff options
| author | seth <[email protected]> | 2023-08-26 15:19:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-26 15:19:39 -0400 |
| commit | 49e23d6aa5ebf99122a54b547a97960be41e308f (patch) | |
| tree | 45c0cfce6cf43dd2c59186e440cd1c442f46b629 /flake.nix | |
| parent | 0f16f6dc092e1b6b618c685010dc7063f2d1c21c (diff) | |
seth/firefox: use arkenfox-nixos
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,6 +28,14 @@ inputs.home-manager.follows = "hm"; }; + arkenfox = { + url = "github:dwarfmaster/arkenfox-nixos"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-compat.follows = "flake-compat"; + inputs.pre-commit.follows = "pre-commit"; + inputs.flake-utils.follows = "flake-utils"; + }; + deploy = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; |
