mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
fix starship.toml source line and fix scripts import in home.nix
This commit is contained in:
parent
9666375141
commit
7842bb0a59
@ -47,7 +47,7 @@ in
|
|||||||
source = ../../config/fonts;
|
source = ../../config/fonts;
|
||||||
recursive = true;
|
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;
|
home.file.".emoji".source = .../../config/emoji;
|
||||||
|
|
||||||
# Install & Configure Git
|
# Install & Configure Git
|
||||||
@ -74,16 +74,16 @@ in
|
|||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(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/themechange.nix { inherit pkgs; inherit host; })
|
(import ../../scripts/themechange.nix { inherit pkgs; inherit host; })
|
||||||
(import ./../scripts/theme-selector.nix { inherit pkgs; })
|
(import ../../scripts/theme-selector.nix { inherit pkgs; })
|
||||||
(import ./../scripts/nvidia-offload.nix { inherit pkgs; })
|
(import ../../scripts/nvidia-offload.nix { inherit pkgs; })
|
||||||
(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 { inherit pkgs; inherit host; })
|
(import ../../scripts/list-hypr-bindings.nix { inherit pkgs; inherit host; })
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user