diff options
author | ene <ene@sils.li> | 2023-04-05 17:04:42 +0200 |
---|---|---|
committer | ene <ene@sils.li> | 2023-04-05 17:04:42 +0200 |
commit | d627e7682a8dd0470b76a1f6eea563f1233d7d94 (patch) | |
tree | 40d05eba0e772ece8e78b601ef0ee274331a0088 /flake | |
parent | Feat(Flake): Add nix develop support (diff) | |
download | nixos-config-d627e7682a8dd0470b76a1f6eea563f1233d7d94.tar.gz nixos-config-d627e7682a8dd0470b76a1f6eea563f1233d7d94.zip |
Style(treewide): Format
Diffstat (limited to 'flake')
-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 8b4eb3e6..ccd71e7b 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 ; }; |