Continuing Cleanup

This commit is contained in:
Annika Merris 2024-05-11 21:42:59 -04:00
parent efb5fcb5d7
commit 07219c9f8f
2 changed files with 18 additions and 3 deletions

View file

@ -101,12 +101,12 @@
};
};
# Install firefox.
programs.firefox.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Install firefox.
programs.firefox.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [