Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
refactor(*): move hm services under home-manager folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Oct 17, 2023
1 parent a1e00ee commit 37b014c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
with lib;
let
cfg = config.services.protonmail-bridge;
#Still need to integrate more closely with the email management capabilities of home-manager
in
{
##### interface
options = {
services.protonmail-bridge = {
enable = mkOption {
Expand Down
2 changes: 1 addition & 1 deletion hosts/albus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in
../../applications/sbt.nix
../../applications/zsh

../../services/protonmail-bridge.nix
../../home-manager/services/protonmail-bridge.nix
];

fonts.fontconfig.enable = true;
Expand Down

0 comments on commit 37b014c

Please sign in to comment.