about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-19 09:18:59 +0100
committerene <ene@sils.li>2023-03-19 09:18:59 +0100
commite53fdea42b719b4065f55bfb462ed2f7db0f112b (patch)
tree9eb6fdf3833455c9d65e4eeb12dd20d9404f5c5d /flake
parentFeat(hm/conf/dconf): Add dconf (diff)
downloadnixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.tar.gz
nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.zip
Style(format): Alejandra
Diffstat (limited to 'flake')
-rw-r--r--flake/nixosConfigurations/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index 6159d1b9..2a5ce883 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -16,26 +16,26 @@
           pkgs
           sysLib
           # extra information
-
+          
           system
           ;
 
         inherit
           (inputs)
           # bins
-
+          
           yambar_cpu
           yambar_memory
           strip_js_comments
           river_init_lesser
           grades
           # external deps
-
+          
           user_js
           neovim_config
           snap-sync
           # modules
-
+          
           impermanence
           ;
       };