This commit is contained in:
Daniel Flanagan 2023-10-25 11:07:39 -05:00
parent 0de2f0c90e
commit 987059222d
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 9 additions and 11 deletions

View file

@ -446,15 +446,16 @@
"slippi-desktop": "slippi-desktop" "slippi-desktop": "slippi-desktop"
}, },
"locked": { "locked": {
"lastModified": 1697581527, "lastModified": 1698158961,
"narHash": "sha256-sw4K8A9Wy6V4y54TlNjpsY4l11fxrEFHXrYq3NXoZcc=", "narHash": "sha256-A5YMOQEckHL85Ja23YKh7mVf5M5conwIsP9HNilUuFs=",
"owner": "lytedev", "owner": "lytedev",
"repo": "ssbm-nix", "repo": "ssbm-nix",
"rev": "abc984d77bb41b6358f84a78b29694445d77d1d2", "rev": "c363e7f901838ed10e8236ec908d321fb25e59d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "lytedev", "owner": "lytedev",
"ref": "my-nixpkgs",
"repo": "ssbm-nix", "repo": "ssbm-nix",
"type": "github" "type": "github"
} }

View file

@ -10,7 +10,7 @@
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"; 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 # need to bump ishiiruka upstream I think
# slippi-desktop.url = "github:project-slippi/slippi-desktop-app"; # slippi-desktop.url = "github:project-slippi/slippi-desktop-app";

View file

@ -1,16 +1,13 @@
{ {colors, ...}: {
# colors,
...
}: {
programs.broot = { programs.broot = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
modal = true; modal = true;
skin = { skin = with colors.withHashPrefix; {
# this is a crappy copy of broot's catppuccin mocha theme # this is a crappy copy of broot's catppuccin mocha theme
input = "rgb(205, 214, 244) none"; input = "ansi(1) none";
selected_line = "none rgb(88, 91, 112)"; selected_line = "${bg} ansi(4)";
default = "rgb(205, 214, 244) none"; default = "rgb(205, 214, 244) none";
tree = "rgb(108, 112, 134) none"; tree = "rgb(108, 112, 134) none";
parent = "rgb(116, 199, 236) none"; parent = "rgb(116, 199, 236) none";