This commit is contained in:
biscuit
2025-05-19 20:27:33 -05:00
parent 2d8e528b6f
commit c603389ebc
6 changed files with 171 additions and 40 deletions
+1
View File
@@ -8,6 +8,7 @@
../system/print.nix
../system/term.nix
../system/development.nix
../system/wayland.nix
# ../system/proxy.nix
# ../system/recovery.nix # only supports non-flake conf
../system/sound.nix
+5
View File
@@ -0,0 +1,5 @@
{...}: {
imports = [
../system/wayland.nix
];
}