refactoring for iServer and isWorkstation: part 2

This commit is contained in:
William 2025-03-13 13:33:41 -03:00
parent af1d9ac368
commit 021ab24e79
15 changed files with 116 additions and 131 deletions

View file

@ -1,4 +0,0 @@
{ pkgs, ... }:
{
}

View file

@ -1,10 +0,0 @@
{ ... }:
{
imports = [
./boot.nix
./home-manager.nix
./nix.nix
./services.nix
];
}

View file

@ -1,10 +0,0 @@
{ ... }:
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "bkp";
users.user = import ../../../users/servers/user.nix;
};
}

View file

@ -1,4 +0,0 @@
{ inputs, ... }:
{
}

View file

@ -1,4 +0,0 @@
{ ... }:
{
}