This commit is contained in:
iFargle 2023-07-02 14:16:52 +09:00
parent c4c59e2887
commit af408562fb
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, nur, ... }: {
programs.firefox = {
enable = true;

View file

@ -23,8 +23,6 @@
# Nix User Repository
nur.url = "github:nix-community/NUR";
nur.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { nixpkgs, home-manager, lanzaboote, moz_overlay, nur, ... }@inputs: