about summary refs log tree commit diff stats
path: root/flake
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
parentFeat(hm/conf/mumble): Add (diff)
downloadnixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.tar.gz
nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip
Style(treewide): Switch to editorconfig
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix18
-rw-r--r--flake/nixosConfigurations/default.nix1
-rw-r--r--flake/packages/default.nix1
3 files changed, 8 insertions, 12 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
-
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index e521a5ab..cf825b86 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
 {
   system,
   pkgs,
diff --git a/flake/packages/default.nix b/flake/packages/default.nix
index 0c3d6c1b..f7623622 100644
--- a/flake/packages/default.nix
+++ b/flake/packages/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
 {
   nixos-generators,
   defaultSpecialArgs,