From 987059222d7a6b2c5480deae903df4a2e4f021c7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 25 Oct 2023 11:07:39 -0500 Subject: [PATCH] Brooooot --- flake.lock | 7 ++++--- flake.nix | 2 +- modules/home-manager/broot.nix | 11 ++++------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index a35942e..8139e88 100644 --- a/flake.lock +++ b/flake.lock @@ -446,15 +446,16 @@ "slippi-desktop": "slippi-desktop" }, "locked": { - "lastModified": 1697581527, - "narHash": "sha256-sw4K8A9Wy6V4y54TlNjpsY4l11fxrEFHXrYq3NXoZcc=", + "lastModified": 1698158961, + "narHash": "sha256-A5YMOQEckHL85Ja23YKh7mVf5M5conwIsP9HNilUuFs=", "owner": "lytedev", "repo": "ssbm-nix", - "rev": "abc984d77bb41b6358f84a78b29694445d77d1d2", + "rev": "c363e7f901838ed10e8236ec908d321fb25e59d3", "type": "github" }, "original": { "owner": "lytedev", + "ref": "my-nixpkgs", "repo": "ssbm-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 5fcd98c..c279c42 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"; - ssbm.url = "github:lytedev/ssbm-nix"; + ssbm.url = "github:lytedev/ssbm-nix/my-nixpkgs"; # need to bump ishiiruka upstream I think # slippi-desktop.url = "github:project-slippi/slippi-desktop-app"; diff --git a/modules/home-manager/broot.nix b/modules/home-manager/broot.nix index 45f50f3..5d0dfb9 100644 --- a/modules/home-manager/broot.nix +++ b/modules/home-manager/broot.nix @@ -1,16 +1,13 @@ -{ - # colors, - ... -}: { +{colors, ...}: { programs.broot = { enable = true; enableFishIntegration = true; settings = { modal = true; - skin = { + skin = with colors.withHashPrefix; { # this is a crappy copy of broot's catppuccin mocha theme - input = "rgb(205, 214, 244) none"; - selected_line = "none rgb(88, 91, 112)"; + input = "ansi(1) none"; + selected_line = "${bg} ansi(4)"; default = "rgb(205, 214, 244) none"; tree = "rgb(108, 112, 134) none"; parent = "rgb(116, 199, 236) none";