From 7a4de470c4c3b2f8d7da950802565bf7f66f96a0 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Tue, 8 Oct 2024 22:49:57 +0300 Subject: [PATCH] installer fix + dotfiles --- home/nomad/dotfiles/default.nix | 16 ++++++++++++++++ install.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/home/nomad/dotfiles/default.nix b/home/nomad/dotfiles/default.nix index 212779c..9810a18 100644 --- a/home/nomad/dotfiles/default.nix +++ b/home/nomad/dotfiles/default.nix @@ -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; + }; + } diff --git a/install.sh b/install.sh index 3178e40..4e43329 100755 --- a/install.sh +++ b/install.sh @@ -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"