From 03945b655652d63467c1fd91184070dc5e9c5d95 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 18 Jan 2022 17:42:46 +0900 Subject: chore: fix formatting --- flake.nix | 6 +++--- home/profiles/messaging/default.nix | 4 ++-- home/profiles/multimedia/default.nix | 8 ++++---- home/profiles/research/default.nix | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index ebcd2ab..47c8f1e 100644 --- a/flake.nix +++ b/flake.nix @@ -31,15 +31,15 @@ }; outputs = { self, nixpkgs, flake-utils, sops-nix, ... } @ inputs: - { + { nixosConfigurations = import ./nixos inputs; homeConfigurations = import ./home inputs; packages.x86_64-linux = (import ./packages inputs) - // self.lib.nixosConfigurationsAsPackages.x86_64-linux - // self.lib.homeConfigurationsAsPackages.x86_64-linux; + // self.lib.nixosConfigurationsAsPackages.x86_64-linux + // self.lib.homeConfigurationsAsPackages.x86_64-linux; checks = self.packages; 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" ]; }; } diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix index 0554258..d6da4fd 100644 --- a/home/profiles/multimedia/default.nix +++ b/home/profiles/multimedia/default.nix @@ -2,10 +2,10 @@ let cfg = config.profiles.multimedia; in { - imports = [ - ../../modules/programs/nixpkgs - ../../modules/programs/spotify-tui - ]; + imports = [ + ../../modules/programs/nixpkgs + ../../modules/programs/spotify-tui + ]; options.profiles.multimedia = { enable = lib.mkEnableOption diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 0c57f06..8acecfe 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -3,7 +3,7 @@ let cfg = config.profiles.research; in { imports = [ ../../modules/programs/nixpkgs ]; - + options.profiles.research = { enable = lib.mkEnableOption "A profile that enables the system to be used for researching various topics."; -- cgit 1.4.1