1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-21 00:33:34 -05:00
parent b11af1c6b1
commit 3972c393cc
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 7 additions and 2 deletions

View file

@ -27,9 +27,12 @@
''
];
content.map.conditions = {
"status == Playing" = {
"status == Playing && artist != \"\"" = {
string.text = "{artist} - {title}";
};
"status == Playing && artist == \"\"" = {
string.text = "{title}";
};
"status != Playing" = {
string.text = "god's in his heaven | all's right with the world";
};

View file

@ -11,13 +11,14 @@
(fenix.default.withComponents [ "cargo" "rustc" ])
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
git # Distributed version control system
gnumake # Tool to control the generation of non-source files from sources
godot_4 # Free and Open Source 2D and 3D game engine
gtk4 # Multi-platform toolkit for creating graphical user interfaces
just # Handy way to save and run project-specific commands
gnumake # Tool to control the generation of non-source files from sources
meson # Open source, fast and friendly build system made in Python
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
pnpm # Fast, disk space efficient package manager for JavaScript
python314 # High-level dynamically-typed programming language
vala # Compiler for GObject type system
## language servers
mesonlsp # Meson
@ -89,5 +90,6 @@
catppuccin-sddm # Soothing pastel theme for SDDM
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
nmap # Free and open source utility for network discovery and security auditing
qemu_kvm # Generic and open source machine emulator and virtualizer
];
}