Skip to content
Snippets Groups Projects
Commit 892832cc authored by Jens Nolte's avatar Jens Nolte
Browse files

Simplify home-manager usage

parent 33e25a1d
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,8 @@ in ...@@ -23,10 +23,8 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home-manager.users."${cfg.user}" = { pkgs, ... }: { home-manager.users."${cfg.user}".xdg.configFile."sway/config" = {
xdg.configFile."sway/config" = { source = import ./config.nix inputs;
source = import ./config.nix inputs;
};
}; };
}; };
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment