organized
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
usbutils
|
||||
pciutils
|
||||
pavucontrol
|
||||
wget
|
||||
dualsensectl
|
||||
protontricks
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../packages/firefox/home.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
fcitx5
|
||||
fcitx5-mozc-ut
|
||||
kdePackages.fcitx5-configtool
|
||||
solaar
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user