feat: Split programs from configuration.nix to others

This commit is contained in:
uttarayan21
2025-07-15 18:35:57 +05:30
parent 90750cdef3
commit 28f3b6aba1
4 changed files with 14 additions and 12 deletions

View File

@@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: {
{...}: {
imports = [
./adb.nix
./steam.nix
@@ -10,5 +6,7 @@
./localsend.nix
./appimage.nix
./obs-studio.nix
./gnome-disks.nix
./nix-ld.nix
];
}