/some/ things should work now

This commit is contained in:
xunuwu 2024-10-23 13:51:33 +02:00
parent 7f7d9af446
commit 4cec867a78
No known key found for this signature in database
21 changed files with 190 additions and 122 deletions

View file

@ -1,10 +1,14 @@
{lib, ...}: {
{
self,
super,
root,
}: {
imports = [
./security.nix
./users.nix
./ssh.nix
./locale.nix
../nix
../programs/zsh.nix
super.security
super.users
super.ssh
super.locale
root.nix.default
root.programs.zsh
];
}