refactor: organizing some imports
This commit is contained in:
parent
c4f7a64329
commit
db319ed5af
8 changed files with 184 additions and 95 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{lib, ...}: {
|
||||
imports = [./thunar.nix];
|
||||
imports = [
|
||||
./thunar.nix
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
thunar.enable = lib.mkDefault true;
|
||||
steam.enable = lib.mkDefault false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue