[NixOS] Changes from nixquick

This commit is contained in:
2023-06-29 03:30:23 +00:00
parent a1ae704e48
commit 01640b1ecb
7 changed files with 61 additions and 454 deletions

View File

@@ -2,7 +2,7 @@
inputs = {
nixos-hardware = { url = github:NixOS/nixos-hardware; };
nixpkgs = { url = path:./nixpkgs; };
nixpkgs = { url = github:NixOS/nixpkgs/nixos-unstable; };
home-manager = {
url = github:nix-community/home-manager;