fix palette, update wall

This commit is contained in:
atagen 2023-07-09 16:06:54 +10:00
parent 3b592d37d0
commit cf65325765
4 changed files with 50 additions and 31 deletions

View file

@ -55,12 +55,14 @@ in {
culr
swayosd
fuzzel
emote
kdeconnect
# syncthing
keepassxc
git-credential-keepassxc
direnv
mpv
@ -554,6 +556,23 @@ in {
theme = "nix-rice";
editor.lsp.display-messages = true;
};
languages = {
language = [{
name = "rust";
config = {
cargo = {
buildScripts = {
enable = true;
};
};
procMacro = {
enable = true;
};
};
}];
};
};
programs.kitty = with pkgs.rice; {