first commit

This commit is contained in:
2025-12-31 12:01:37 +01:00
commit 3b06ef4418
16 changed files with 400 additions and 0 deletions

12
home/dwessels/electra.nix Normal file
View File

@@ -0,0 +1,12 @@
{pkgs, lib, inputs, ...}: {
imports = [
./global
];
home.persistence = lib.mkForce {};
home.username = "dwessels";
home.packages = [
pkgs.juju
pkgs.sshuttle
];
}

3
home/dwessels/raidy.nix Normal file
View File

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