mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
9 lines
246 B
Bash
Executable File
9 lines
246 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cp /etc/nixos/configuration.nix .
|
|
cp /etc/nixos/hardware-configuration.nix .
|
|
cp -r /etc/nixos/programs .
|
|
cp -r $HOME/.config/i3 ./home/config/.
|
|
cp -r $HOME/.config/nixpkgs ./home/config/.
|
|
cp -r $HOME/.config/Nextcloud ./home/config/.
|