flake update
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-10-12 22:03:04 +02:00
parent ef5eac814d
commit d8aa53876d
No known key found for this signature in database
5 changed files with 52 additions and 17 deletions

View file

@ -11,6 +11,8 @@ in
options.xyno.presets.cli.enable =
lib.mkEnableOption "enables xynos cli config with fish and helix and stuff";
config = lib.mkIf cfg.enable {
programs.nix-index-database.comma.enable = true;
home-manager.users.${config.xyno.system.user.name} =
lib.mkIf config.xyno.presets.home-manager.enable
(
@ -117,7 +119,6 @@ in
bottom
curl
croc
comma
dig
fd
ffmpeg

View file

@ -41,7 +41,7 @@ in
qt = {
enable = true;
style = "breeze";
platformTheme = "gnome";
# platformTheme = "gnome";
};
programs.yazi = {