restructure apps config

This commit is contained in:
Fabian Montero 2024-11-21 02:09:06 -06:00
parent 2818223d9b
commit edae8a4dea
2 changed files with 11 additions and 14 deletions

View file

@ -4,8 +4,16 @@
pkgs, pkgs,
... ...
}: { }: {
imports = [ local = {
]; baseline.enable = true;
apps = {
terminal.enable = true;
neovim.enable = true;
steam.enable = true;
yubikey.enable = true;
browsers.enable = true;
};
};
home.packages = with pkgs; [ home.packages = with pkgs; [
calibre calibre

View file

@ -6,23 +6,12 @@
... ...
}: { }: {
imports = [ imports = [
./apps ./apps.nix
./systemd ./systemd
./gui ./gui
./isolation.nix ./isolation.nix
]; ];
local = {
baseline.enable = true;
apps = {
terminal.enable = true;
neovim.enable = true;
steam.enable = true;
yubikey.enable = true;
browsers.enable = true;
};
};
nix.registry = { nix.registry = {
"system".to = { "system".to = {
type = "path"; type = "path";