use this following steps to clone desktop setup!
git clone https://github.com/TheDummyUser/nixdots.git
sudo nano /etc/nixos/configuration.nix
nix.settings.experimental-features = [ "nix-command" "flakes" ];
rebuild system
sudo nixos-rebuild switch
cd ~/nixdots
rm hardware-configuration.nix flake.lock
cp /etc/nixos/hardware-configuration.nix ~/nixdots
- and use the command in ~/nixdots
sudo nixos-rebuild switch --flake .#default
nix flake update
i dont recommend installing this flake setup tho! its highly customised..
if you installed it anyway, install the packages you need, few scripts will be added later into the repo!