diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 15:38:39 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:20 +0200 |
commit | aedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2 (patch) | |
tree | 904ecbda15deece0b2b20232cd60a5d58bfcad55 /flake/default.nix | |
parent | Fix(hm/conf/swaylock): Add a nice GNU image (diff) | |
download | nixos-config-aedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2.tar.gz nixos-config-aedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2.zip |
Style(treewide): Format
Diffstat (limited to 'flake/default.nix')
-rw-r--r-- | flake/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
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 |