mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
12 lines
279 B
Bash
Executable File
12 lines
279 B
Bash
Executable File
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i zsh -p zsh
|
|
|
|
|
|
cp configuration.nix /etc/nixos/.
|
|
cp -r programs /etc/nixos/.
|
|
mkdir -p /etc/nixos/machine
|
|
cp -r machine/stel-xps /etc/nixos/machine/.
|
|
cp -r machine/nucturne /etc/nixos/machine/.
|
|
|
|
cp -r ./home/config/* /home/ellmau/.config/.
|