From 56d5540c186ea9091a93e9ec289333bd11fd86a7 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 11:57:50 +0100 Subject: Feat(home-manager): Add firefox config --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2537bdbd..0389bd86 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,10 @@ description = "Nixos system config"; inputs = { + strip_js_comments = { + url = "git+https://codeberg.org/ene/strip_js_comments.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/master"; @@ -13,6 +17,7 @@ outputs = { self, nixpkgs, + strip_js_comments, ... } @ attrs: { nixosConfigurations.Tiamat = nixpkgs.lib.nixosSystem { -- cgit 1.4.1