From 03945b655652d63467c1fd91184070dc5e9c5d95 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 18 Jan 2022 17:42:46 +0900 Subject: chore: fix formatting --- home/profiles/messaging/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/messaging/default.nix') diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index a25f4e1..73a721f 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -3,7 +3,7 @@ let cfg = config.profiles.messaging; in { imports = [ ../../modules/programs/nixpkgs ]; - + options.profiles.messaging = { enable = lib.mkEnableOption "A profile that enables the system to communicate via internet."; @@ -11,7 +11,7 @@ in config = lib.mkIf cfg.enable { home.packages = with pkgs; [ discord-canary aerc weechat element slack ]; - + nixpkgs.allowedUnfree = [ "discord-canary" "slack" ]; }; } -- cgit 1.4.1