From 7842bb0a59878348bb2759e854b430f2f895a4cc Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 14 May 2024 18:01:28 -0500 Subject: [PATCH] fix starship.toml source line and fix scripts import in home.nix --- hosts/familypc/home.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index 31381b8..7b64da1 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -47,7 +47,7 @@ in source = ../../config/fonts; recursive = true; }; - home.file.".config/starship.toml" = ../../config/starship.toml; + home.file.".config/starship.toml".source = ../../config/starship.toml; home.file.".emoji".source = .../../config/emoji; # Install & Configure Git @@ -74,16 +74,16 @@ in # Scripts home.packages = with pkgs; [ - (import ./../scripts/emopicker9000.nix { inherit pkgs; }) - (import ./../scripts/task-waybar.nix { inherit pkgs; }) - (import ./../scripts/squirtle.nix { inherit pkgs; }) - (import ./../scripts/themechange.nix { inherit pkgs; inherit host; }) - (import ./../scripts/theme-selector.nix { inherit pkgs; }) - (import ./../scripts/nvidia-offload.nix { inherit pkgs; }) - (import ./../scripts/web-search.nix { inherit pkgs; }) - (import ./../scripts/rofi-launcher.nix { inherit pkgs; }) - (import ./../scripts/screenshootin.nix { inherit pkgs; }) - (import ./../scripts/list-hypr-bindings.nix { inherit pkgs; inherit host; }) + (import ../../scripts/emopicker9000.nix { inherit pkgs; }) + (import ../../scripts/task-waybar.nix { inherit pkgs; }) + (import ../../scripts/squirtle.nix { inherit pkgs; }) + (import ../../scripts/themechange.nix { inherit pkgs; inherit host; }) + (import ../../scripts/theme-selector.nix { inherit pkgs; }) + (import ../../scripts/nvidia-offload.nix { inherit pkgs; }) + (import ../../scripts/web-search.nix { inherit pkgs; }) + (import ../../scripts/rofi-launcher.nix { inherit pkgs; }) + (import ../../scripts/screenshootin.nix { inherit pkgs; }) + (import ../../scripts/list-hypr-bindings.nix { inherit pkgs; inherit host; }) ]; programs = {