Gen 415: installed the NUR and added a firefox config

This commit is contained in:
pagedMov
2024-10-12 15:52:42 -04:00
parent 2f07137baa
commit a3614a0dc7
7 changed files with 77 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -43,7 +43,7 @@
toilet.url = "path:./pkgs/toilet";
};
outputs = { nixpkgs, home-manager, self, nvim, toilet, ... }@inputs:
outputs = { nixpkgs, nur, home-manager, self, nvim, toilet, ... }@inputs:
let
system = "x86_64-linux";
username = "pagedmov";
@@ -57,6 +57,7 @@
inherit system;
modules = [
./glasshouse-desktop/sys
nur.nixosModules.nur
];
};