Refactor modules style
This commit is contained in:
parent
ed2a7f94cf
commit
cc95386f1a
44 changed files with 455 additions and 297 deletions
11
nixosModules/apps/default.nix
Normal file
11
nixosModules/apps/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
import = [
|
||||
./games
|
||||
./input-remapper
|
||||
./librewolf
|
||||
./shells
|
||||
./syncthing
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue