idk
This commit is contained in:
parent
0538d591a3
commit
f702ae8812
5 changed files with 9 additions and 35 deletions
|
|
@ -1,23 +1,16 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs = {
|
||||
wget.enable = true;
|
||||
tree.enable = true;
|
||||
ffmpeg.enable = true;
|
||||
nodejs.enable = true;
|
||||
bun.enable = true;
|
||||
brightnessctl.enable = true;
|
||||
php.enable = true;
|
||||
ntfs3g.enable = true;
|
||||
zip.enable = true;
|
||||
unzip.enable = true;
|
||||
python.enable = true;
|
||||
jdk.enable = true;
|
||||
nixfmt.enable = true;
|
||||
winepackages.enable = true;
|
||||
quickshell.enable = true;
|
||||
papirus-icons.enable = true;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
./programs.nix
|
||||
|
||||
(libs.root "/modules/features/system/docker.nix")
|
||||
(libs.root "/modules/features/system/packages.nix")
|
||||
|
||||
(libs.root "/home/asakiyuki/configuration.nix")
|
||||
(libs.root "/options/system/default.nix")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs = {
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue