fix palette, update wall
This commit is contained in:
parent
3b592d37d0
commit
cf65325765
4 changed files with 50 additions and 31 deletions
|
@ -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; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue