installer fix + dotfiles
This commit is contained in:
parent
628c0068d8
commit
7a4de470c4
2 changed files with 17 additions and 1 deletions
|
@ -13,4 +13,20 @@
|
|||
source = "${inputs.dotfiles}/scripts";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/hypr/" = {
|
||||
source = "${inputs.dotfiles}/hypr/hyprlock/Style-2";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/hypr/" = {
|
||||
source = "${inputs.dotfiles}/hypr/hyprpaper.conf";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/wlogout/" = {
|
||||
source = "${inputs.dotfiles}/wlogout";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -89,7 +89,7 @@ echo -e "$YELLOW Copying your hardware configurations $ENDCOLOR"
|
|||
|
||||
cp /etc/nixos/hardware-configuration.nix ./hosts/unkown/hardware-configuration.nix
|
||||
sleep 2
|
||||
sudo nixos-rebuild boot --flake .
|
||||
sudo nixos-rebuild boot --flake .#unkown
|
||||
|
||||
echo -e "$GREEN Reboot after completion your initial password is 4321 $ENDCOLOR"
|
||||
|
||||
|
|
Loading…
Reference in a new issue