Add linking for sway config file

This commit is contained in:
Evie Litherland-Smith 2023-04-14 20:11:12 +01:00
parent b1c686ae70
commit de80877079

View file

@ -1,6 +1,7 @@
{ ... }:
{
imports = [ ./common-wayland.nix ];
xdg.configFile."sway".source = ./config/sway;
wayland.windowManager.sway = {
enable = true;
};