nixos/profiles/desktop: remove improper cloning config

This causes a bug to be recursively import nixpkgs and taking over space.
This commit is contained in:
Gabriel Arazas 2024-03-03 10:25:26 +08:00
parent bf52b6b5be
commit 949f42b683
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -7,7 +7,4 @@
./audio.nix
./hardware.nix
];
# We'll just have the configuration stored as a backup.
environment.etc.nixos.source = ../../../../..;
}