Fix various issues

This commit is contained in:
ItsDrike 2024-06-10 20:09:04 +02:00
parent f5ffba4a56
commit 8390c54639
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 4 additions and 10 deletions

View file

@ -5,8 +5,8 @@
...
}: let
inherit (lib) mkIf;
cfg = osConfig.myOptions.programs.launchers.walker;
in: {
cfg = osConfig.myOptions.home-manager.programs.launchers.walker;
in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
walker

View file

@ -4,8 +4,8 @@
...
}: let
inherit (lib) mkIf;
cfg = osConfig.myOptions.programs.launchers.wofi;
in: {
cfg = osConfig.myOptions.home-manager.programs.launchers.wofi;
in {
config = mkIf cfg.enable {
programs.wofi = {
enable = true;