Add linking for sway config file
This commit is contained in:
parent
b1c686ae70
commit
de80877079
1
nixos/home-manager/env/sway.nix
vendored
1
nixos/home-manager/env/sway.nix
vendored
|
@ -1,6 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./common-wayland.nix ];
|
||||
xdg.configFile."sway".source = ./config/sway;
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue