use config to get home

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-05 18:32:04 +02:00
parent 9d672f7832
commit ca57494834
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -1,8 +1,8 @@
toplevel@{ moduleWithSystem, ... }: {
flake.homeManagerModules = {
base = moduleWithSystem (
top@{ config, ... }:
perSystem@{ pkgs, ... }: {
top@{ ... }:
perSystem@{ pkgs, config, ... }: {
programs = {
home-manager.enable = true;
password-store = {
@ -221,8 +221,8 @@ toplevel@{ moduleWithSystem, ... }: {
}
);
swayland = moduleWithSystem (
top@{ config, ... }:
perSystem@{ pkgs, ... }: {
top@{ ... }:
perSystem@{ pkgs, config, ... }: {
wayland.windowManager.sway = {
enable = true;
systemd.enable = true;