feat: Added server stuff

This commit is contained in:
uttarayan21
2025-01-02 15:58:40 +05:30
parent 7c7afbc890
commit e3596c2761
7 changed files with 4886 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
{
pkgs,
inputs,
device,
device,
...
}: {
# import the home-manager module
@@ -12,7 +12,7 @@ device,
enable = device.hasGui;
# the specified packages as well as 1Password CLI will be
# automatically installed and configured to use shell plugins
plugins = with pkgs; [awscli2 cachix cargo];
# plugins = with pkgs; [awscli2 cachix cargo];
};
};
}