organized

This commit is contained in:
kenji
2025-08-13 09:11:03 -05:00
parent 8aa7f53eca
commit e0ca2aa3bf
4 changed files with 21 additions and 18 deletions
+11
View File
@@ -0,0 +1,11 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
usbutils
pciutils
pavucontrol
wget
dualsensectl
protontricks
wl-clipboard
];
}
+9 -1
View File
@@ -1,5 +1,13 @@
{
{pkgs, ...}: {
imports = [
../../packages/firefox/home.nix
];
home.packages = with pkgs; [
heroic
fcitx5
fcitx5-mozc-ut
kdePackages.fcitx5-configtool
solaar
];
}