Laptop : Add Sway & Tablet support.
This commit is contained in:
parent
04b82c311b
commit
595a7a5a01
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./Filesystem.nix
|
./Filesystem.nix
|
||||||
|
../dasha/Tablet.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue