korekta
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
@@ -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" = {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
host,
|
||||
...
|
||||
}: let
|
||||
inherit (import ./variables.nix) gitUsername gitEmail;
|
||||
inherit (import ../variables.nix) gitUsername gitEmail;
|
||||
in {
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user