1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-08 23:27:29 +02:00

add remmina; starhip rice

This commit is contained in:
xqtc 2025-03-27 16:04:48 +01:00
parent 86758b22bd
commit cd2c755760
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ in {
home.packages =
(lib.optionals (config.os == "linux") (with pkgs; [
cargo
remmina
# heroic # BUILD FAILURE
mpv
via

View file

@ -97,7 +97,7 @@
};
hostname = {
ssh_only = false;
format = "[ 🏳 ](bold pink)[$hostname](bold flamingo)";
format = "[ ](bold pink)[$hostname](bold flamingo)";
disabled = false;
};
right_format = "$all";