home: fix import

This commit is contained in:
genofire 2021-12-14 10:12:47 +01:00
parent fa4b52168f
commit a8c930f589
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,8 @@ let
cfg = config.my.sway;
in
{
imports = [./desktop.nix];
options.my.sway = with pkgs.lib; {
KDEConnect = mkOption {
default = true;
@ -32,8 +34,6 @@ in
};
config = {
imports = [./desktop.nix];
home.sessionVariables = {
XDG_CURRENT_DESKTOP = "sway";
MOZ_ENABLE_WAYLAND = 1;