forked from Shinonome/dots-hyprland
added simpleStarship
This commit is contained in:
@@ -32,6 +32,9 @@ in {
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
imports = lib.optionals cfg.simpleStarship [
|
||||
../terminal/simple-starship.nix
|
||||
];
|
||||
# programs.hyprland = {
|
||||
# enable = true;
|
||||
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
@@ -48,7 +51,10 @@ in {
|
||||
".config/wlogout".source = builtins.path {path = ../../.config/wlogout;};
|
||||
".config/Kvantum".source = builtins.path {path = ../../.config/Kvantum;};
|
||||
".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;};
|
||||
".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;};
|
||||
# ".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;};
|
||||
".config/starship.toml" = mkIf (!cfg.simpleStarship) {
|
||||
source = builtins.path {path = ../../.config/starship.toml;};
|
||||
};
|
||||
};
|
||||
home.packages =
|
||||
import ../packages.nix {inherit pkgs;}
|
||||
|
||||
Reference in New Issue
Block a user