diff options
author | Soispha <soispha@vhack.eu> | 2023-04-09 21:24:23 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-04-09 21:25:37 +0200 |
commit | d02e2e57b3748fae1ef22c58bda78471511d9dcc (patch) | |
tree | 125b1dd445c759b7f62907705092531bfd3cd09f /flake/nixosConfigurations | |
parent | Feat(hm/conf): Add gpg support (diff) | |
download | nixos-config-d02e2e57b3748fae1ef22c58bda78471511d9dcc.tar.gz nixos-config-d02e2e57b3748fae1ef22c58bda78471511d9dcc.zip |
Style(treewide): Format
Diffstat (limited to 'flake/nixosConfigurations')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index b8242a64..1240d5e4 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -17,14 +17,14 @@ pkgs sysLib # extra information - + system ; inherit (inputs) # bins - + yambar_cpu yambar_memory strip_js_comments @@ -32,12 +32,12 @@ grades shell-library # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; |