about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-10 17:16:41 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 17:16:41 +0200
commit3262a78f7a2089f613c7455abc0613010579b2e7 (patch)
treea755066efa8745124f9b5aebd6f70e528c047b12 /flake/default.nix
parentFeat(hm/conf/mumble): Add (diff)
downloadnixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.tar.gz
nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip
Style(treewide): Switch to editorconfig
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix18
1 files changed, 8 insertions, 10 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 02d6e5b4..e78b957e 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -39,10 +39,10 @@
           pkgs
           sysLib
           # extra information
-
+          
           system
           # bins
-
+          
           video_pause
           yambar_cpu
           yambar_memory
@@ -52,12 +52,12 @@
           shell_library
           flake_update
           # external deps
-
+          
           user_js
           neovim_config
           snap-sync
           # modules
-
+          
           impermanence
           ;
       };
@@ -92,11 +92,11 @@ in {
       nixpkgs
       sysLib
       # configs
-
+      
       defaultModules
       defaultSpecialArgs
       # bins
-
+      
       video_pause
       yambar_cpu
       yambar_memory
@@ -106,13 +106,13 @@ in {
       shell_library
       flake_update
       # external deps
-
+      
       user_js
       neovim_config
       snap-sync
       templates
       # modules
-
+      
       impermanence
       home-manager
       agenix
@@ -145,5 +145,3 @@ in {
     };
   };
 }
-# vim: ts=2
-