mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: share config between nixos / home-manager
This commit is contained in:
parent
641a0cd84d
commit
57d5ea065a
166 changed files with 1029 additions and 1031 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselsystems.profiles.minimal = lib.mkEnableOption "declare this a minimal host";
|
||||
config = lib.mkIf config.swarselsystems.profiles.minimal {
|
||||
swarselsystems.modules = {
|
||||
options.swarselprofiles.minimal = lib.mkEnableOption "declare this a minimal host";
|
||||
config = lib.mkIf config.swarselprofiles.minimal {
|
||||
swarselmodules = {
|
||||
general = lib.mkDefault true;
|
||||
home-manager = lib.mkDefault true;
|
||||
xserver = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue