added default.nix files
This commit is contained in:
parent
6d82cb9640
commit
07948eefd3
10 changed files with 74 additions and 30 deletions
11
modules/software/default.nix
Normal file
11
modules/software/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./audio_video.nix
|
||||
./flatpak.nix
|
||||
./game.nix
|
||||
./obs-studio.nix
|
||||
./shell.nix
|
||||
./software.nix
|
||||
./virt.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue