Update lots of things to 23.05!!

This commit is contained in:
Natsu Kagami 2023-06-03 13:39:55 +02:00
parent f132e137e0
commit ee6463ed3d
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 51 additions and 83 deletions

View file

@ -52,7 +52,6 @@ in
mailspring
# Chat stuff
unstable.slack
cinny-desktop
]));
nki.programs.discord.enable = pkgs.stdenv.isx86_64;

View file

@ -92,7 +92,7 @@ in
# Add an extra syntax_color config
xdg.configFile."broot/conf.toml".source = mkOverride 1 (
tomlFormat.generate "broot-config" (with config.programs.broot; {
inherit verbs modal skin;
inherit (settings) verbs modal skin;
syntax_theme = "base16-ocean.light";
})
);