Add firefox-gnome-theme

This commit is contained in:
2023-06-10 14:46:35 +01:00
parent 56be50028d
commit d0643e53c3
3 changed files with 43 additions and 2 deletions

View File

@ -7,6 +7,10 @@
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-gnome-theme = {
url = "github:rafaelmardojai/firefox-gnome-theme";
flake = false;
};
};
outputs = inputs @ { self, nixpkgs, home-manager, ... }: