cleanup
This commit is contained in:
parent
1165454fc3
commit
c7cb20b7be
16 changed files with 191 additions and 378 deletions
|
@ -75,6 +75,7 @@
|
|||
clinfo
|
||||
alsa-utils
|
||||
alsa-oss
|
||||
alsa-tools
|
||||
psutils
|
||||
util-linux
|
||||
libgtop
|
||||
|
@ -87,6 +88,7 @@
|
|||
xwayland-satellite
|
||||
xwayland-run
|
||||
cifs-utils
|
||||
samba
|
||||
ddcutil
|
||||
ddcui
|
||||
];
|
||||
|
@ -288,6 +290,11 @@
|
|||
programs.labwc.enable = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
programs.npm = {
|
||||
enable = true;
|
||||
npmrc = "prefix=~/.npm-packages";
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue