From 72858a9a87352e05803900753bbfb1220788b3c2 Mon Sep 17 00:00:00 2001 From: installer Date: Mon, 17 Feb 2025 21:40:03 +0100 Subject: [PATCH] korekta --- hosts/garand-laptop/home/home.nix | 26 +++++++++---------- .../garand-laptop/home/programs.librewolf.nix | 1 - hosts/garand-laptop/home/programs.nix | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/hosts/garand-laptop/home/home.nix b/hosts/garand-laptop/home/home.nix index 66d75c0..e217b83 100644 --- a/hosts/garand-laptop/home/home.nix +++ b/hosts/garand-laptop/home/home.nix @@ -11,12 +11,12 @@ stateVersion = "23.11"; # Place Files Inside Home Directory file = { - "Pictures/Wallpapers".source = ../../config/wallpapers; + "Pictures/Wallpapers".source = ../../../config/wallpapers; "Pictures/Wallpapers".recursive = true; - ".config/wlogout/icons".source = ../../config/wlogout; + ".config/wlogout/icons".source = ../../../config/wlogout; ".config/wlogout/icons".recursive = true; - ".face.icon".source = ../../config/face.jpg; - ".config/face.jpg".source = ../../config/face.jpg; + ".face.icon".source = ../../../config/face.jpg; + ".config/face.jpg".source = ../../../config/face.jpg; ".config/swappy/config".text = '' [Default] save_dir=/home/${username}/Pictures/Screenshots @@ -32,18 +32,18 @@ }; # Scripts packages = [ - (import ../../scripts/emopicker9000.nix {inherit pkgs;}) - (import ../../scripts/task-waybar.nix {inherit pkgs;}) - (import ../../scripts/squirtle.nix {inherit pkgs;}) - (import ../../scripts/nvidia-offload.nix {inherit pkgs;}) - (import ../../scripts/wallsetter.nix { + (import ../../../scripts/emopicker9000.nix {inherit pkgs;}) + (import ../../../scripts/task-waybar.nix {inherit pkgs;}) + (import ../../../scripts/squirtle.nix {inherit pkgs;}) + (import ../../../scripts/nvidia-offload.nix {inherit pkgs;}) + (import ../../../scripts/wallsetter.nix { inherit pkgs; inherit username; }) - (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 { + (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; }) diff --git a/hosts/garand-laptop/home/programs.librewolf.nix b/hosts/garand-laptop/home/programs.librewolf.nix index dea340b..cbd217b 100644 --- a/hosts/garand-laptop/home/programs.librewolf.nix +++ b/hosts/garand-laptop/home/programs.librewolf.nix @@ -33,7 +33,6 @@ engines = { "Garand's Search" = { definedAliases = ["@garand"]; - icon = "/home/${host}/.config/face.jpg"; urls = [{template = "https://search.garandplg.com/search?q={searchTerms}";}]; }; "Nix Packages" = { diff --git a/hosts/garand-laptop/home/programs.nix b/hosts/garand-laptop/home/programs.nix index df920b6..1e66de8 100644 --- a/hosts/garand-laptop/home/programs.nix +++ b/hosts/garand-laptop/home/programs.nix @@ -5,7 +5,7 @@ host, ... }: let - inherit (import ./variables.nix) gitUsername gitEmail; + inherit (import ../variables.nix) gitUsername gitEmail; in { programs = { home-manager.enable = true;