home/natto: use just legacy configs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-08 02:52:44 +05:30
parent 3da8b6ba31
commit 05a1c4707b
11 changed files with 179 additions and 204 deletions

10
home/natto/wayland.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, config, ... }:
{
wayland = {
windowManager = {
sway = {
enable = true;
};
};
};
}