Laptop : Add Sway & Tablet support.

This commit is contained in:
Dmitry Voronin 2024-04-05 20:56:49 +03:00
parent 04b82c311b
commit 595a7a5a01
2 changed files with 2 additions and 0 deletions

View file

@ -225,6 +225,7 @@
./module/PowersaveAmd.nix ./module/PowersaveAmd.nix
./module/Print.nix ./module/Print.nix
./module/RemoteBuild.nix ./module/RemoteBuild.nix
./module/Sway.nix
./user/Dasha.nix ./user/Dasha.nix
./user/Voronind.nix ./user/Voronind.nix
]; ];

View file

@ -1,5 +1,6 @@
{ ... }: { { ... }: {
imports = [ imports = [
./Filesystem.nix ./Filesystem.nix
../dasha/Tablet.nix
]; ];
} }