anagonia - xps m1330- alyx

This commit is contained in:
alyx 2025-07-02 17:23:53 +01:00
parent cdf5a8bee0
commit f6e7398e09
No known key found for this signature in database
4 changed files with 240 additions and 0 deletions

12
base/anagonia/default.nix Normal file
View file

@ -0,0 +1,12 @@
{config, pkgs, ...}:{
imports = [
./configuration.nix
../overrides.nix
../ssh.nix
../firewall.nix
../substituters.nix
../fonts.nix
../udev.nix
../greetd.nix
];
}