Skip to content

Commit

Permalink
fix(nix): mako startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Jan 31, 2024
1 parent dde55d6 commit e1abbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/modules/nixos/desktop/addons/mako/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in {
};

config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [libnotify];
home.services.mako = {
enable = true;
defaultTimeout = 5000;
Expand Down
1 change: 1 addition & 0 deletions nix/modules/nixos/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ with lib.custom; {
xdg.enable = true;
xdg.configFile = mkAliasDefinitions options.home.configFile;
programs = mkAliasDefinitions options.home.programs;
services = mkAliasDefinitions options.home.services;
};

home-manager = {
Expand Down

0 comments on commit e1abbed

Please sign in to comment.