korekta
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
# Place Files Inside Home Directory
|
# Place Files Inside Home Directory
|
||||||
file = {
|
file = {
|
||||||
"Pictures/Wallpapers".source = ../../config/wallpapers;
|
"Pictures/Wallpapers".source = ../../../config/wallpapers;
|
||||||
"Pictures/Wallpapers".recursive = true;
|
"Pictures/Wallpapers".recursive = true;
|
||||||
".config/wlogout/icons".source = ../../config/wlogout;
|
".config/wlogout/icons".source = ../../../config/wlogout;
|
||||||
".config/wlogout/icons".recursive = true;
|
".config/wlogout/icons".recursive = true;
|
||||||
".face.icon".source = ../../config/face.jpg;
|
".face.icon".source = ../../../config/face.jpg;
|
||||||
".config/face.jpg".source = ../../config/face.jpg;
|
".config/face.jpg".source = ../../../config/face.jpg;
|
||||||
".config/swappy/config".text = ''
|
".config/swappy/config".text = ''
|
||||||
[Default]
|
[Default]
|
||||||
save_dir=/home/${username}/Pictures/Screenshots
|
save_dir=/home/${username}/Pictures/Screenshots
|
||||||
@@ -32,18 +32,18 @@
|
|||||||
};
|
};
|
||||||
# Scripts
|
# Scripts
|
||||||
packages = [
|
packages = [
|
||||||
(import ../../scripts/emopicker9000.nix {inherit pkgs;})
|
(import ../../../scripts/emopicker9000.nix {inherit pkgs;})
|
||||||
(import ../../scripts/task-waybar.nix {inherit pkgs;})
|
(import ../../../scripts/task-waybar.nix {inherit pkgs;})
|
||||||
(import ../../scripts/squirtle.nix {inherit pkgs;})
|
(import ../../../scripts/squirtle.nix {inherit pkgs;})
|
||||||
(import ../../scripts/nvidia-offload.nix {inherit pkgs;})
|
(import ../../../scripts/nvidia-offload.nix {inherit pkgs;})
|
||||||
(import ../../scripts/wallsetter.nix {
|
(import ../../../scripts/wallsetter.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit username;
|
inherit username;
|
||||||
})
|
})
|
||||||
(import ../../scripts/web-search.nix {inherit pkgs;})
|
(import ../../../scripts/web-search.nix {inherit pkgs;})
|
||||||
(import ../../scripts/rofi-launcher.nix {inherit pkgs;})
|
(import ../../../scripts/rofi-launcher.nix {inherit pkgs;})
|
||||||
(import ../../scripts/screenshootin.nix {inherit pkgs;})
|
(import ../../../scripts/screenshootin.nix {inherit pkgs;})
|
||||||
(import ../../scripts/list-hypr-bindings.nix {
|
(import ../../../scripts/list-hypr-bindings.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit host;
|
inherit host;
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
engines = {
|
engines = {
|
||||||
"Garand's Search" = {
|
"Garand's Search" = {
|
||||||
definedAliases = ["@garand"];
|
definedAliases = ["@garand"];
|
||||||
icon = "/home/${host}/.config/face.jpg";
|
|
||||||
urls = [{template = "https://search.garandplg.com/search?q={searchTerms}";}];
|
urls = [{template = "https://search.garandplg.com/search?q={searchTerms}";}];
|
||||||
};
|
};
|
||||||
"Nix Packages" = {
|
"Nix Packages" = {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
host,
|
host,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ./variables.nix) gitUsername gitEmail;
|
inherit (import ../variables.nix) gitUsername gitEmail;
|
||||||
in {
|
in {
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user