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:
parent
86758b22bd
commit
cd2c755760
2 changed files with 2 additions and 1 deletions
home/modules
|
@ -13,6 +13,7 @@ in {
|
|||
home.packages =
|
||||
(lib.optionals (config.os == "linux") (with pkgs; [
|
||||
cargo
|
||||
remmina
|
||||
# heroic # BUILD FAILURE
|
||||
mpv
|
||||
via
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue