stylix: disable application targets
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m20s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m20s
This commit is contained in:
@ -130,6 +130,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
|
|
||||||
stylix.targets.nixvim.enable = true;
|
|
||||||
}
|
}
|
||||||
|
@ -275,14 +275,6 @@ in
|
|||||||
dark = "MoreWaita";
|
dark = "MoreWaita";
|
||||||
light = "MoreWaita";
|
light = "MoreWaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
targets = {
|
|
||||||
bat.enable = true;
|
|
||||||
btop.enable = true;
|
|
||||||
gtk.enable = true;
|
|
||||||
hyprland.enable = true;
|
|
||||||
kitty.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs.unstable; [
|
home.packages = with pkgs.unstable; [
|
||||||
|
Reference in New Issue
Block a user