Some more changes

This commit is contained in:
Henry Hiles 2023-07-11 14:04:07 -04:00
parent 92f6ebe203
commit fc9935bcfc
7 changed files with 115 additions and 32 deletions

View file

@ -1,7 +1,11 @@
{
inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
stylix.url = "github:danth/stylix";
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
firefox-gnome-theme = {
url = "github:rafaelmardojai/firefox-gnome-theme";
flake = false;
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";