forked from fabian/nix_config
baseline
This commit is contained in:
commit
c8791adf39
33 changed files with 1844 additions and 0 deletions
17
home/apps/default.nix
Normal file
17
home/apps/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.local.apps;
|
||||
in {
|
||||
options.local.apps.enable = mkEnableOption "Applications and tools";
|
||||
imports = [
|
||||
./library.nix
|
||||
./steam
|
||||
./terminal
|
||||
./virtmanager.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue