From aedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 6 May 2023 15:38:39 +0200 Subject: Style(treewide): Format --- flake/default.nix | 16 ++++++++-------- flake/packages/default.nix | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'flake') diff --git a/flake/default.nix b/flake/default.nix index addd011c..8d0d83d4 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -36,10 +36,10 @@ pkgs sysLib # extra information - + system # bins - + video_pause yambar_cpu yambar_memory @@ -49,12 +49,12 @@ shell_library flake_update # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; @@ -85,11 +85,11 @@ in { nixpkgs sysLib # configs - + defaultModules defaultSpecialArgs # bins - + video_pause yambar_cpu yambar_memory @@ -99,13 +99,13 @@ in { shell_library flake_update # external deps - + user_js neovim_config snap-sync templates # modules - + impermanence home-manager agenix diff --git a/flake/packages/default.nix b/flake/packages/default.nix index a7274aeb..666fa20a 100644 --- a/flake/packages/default.nix +++ b/flake/packages/default.nix @@ -17,25 +17,25 @@ install = import ../../bootstrap/install { inherit pkgs - sysLib + sysLib ; }; activate = import ../../bootstrap/activate { inherit pkgs - sysLib + sysLib ; }; setup = import ../../bootstrap/setup { inherit pkgs - sysLib + sysLib ; }; config_setup = import ../../bootstrap/config_setup { inherit pkgs - sysLib + sysLib ; }; } -- cgit 1.4.1