more fragmentation of HM config

This commit is contained in:
2025-06-09 10:00:40 +03:00
parent 0fba45e67f
commit 790d749ff8
3 changed files with 17 additions and 11 deletions
+14
View File
@@ -0,0 +1,14 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
firefox
keepassxc
remmina
prismlauncher
kdePackages.kcalc
obs-studio
nicotine-plus
qbittorrent
vscode-fhs
];
}