diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
commit | 3262a78f7a2089f613c7455abc0613010579b2e7 (patch) | |
tree | a755066efa8745124f9b5aebd6f70e528c047b12 /system/services | |
parent | Feat(hm/conf/mumble): Add (diff) | |
download | nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.tar.gz nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip |
Style(treewide): Switch to editorconfig
Diffstat (limited to 'system/services')
-rw-r--r-- | system/services/backup/default.nix | 1 | ||||
-rw-r--r-- | system/services/dconf/default.nix | 1 | ||||
-rw-r--r-- | system/services/nix/default.nix | 1 | ||||
-rw-r--r-- | system/services/printing/default.nix | 1 | ||||
-rw-r--r-- | system/services/scanning/default.nix | 1 | ||||
-rw-r--r-- | system/services/serverphone/default.nix | 2 | ||||
-rw-r--r-- | system/services/snapper/default.nix | 1 | ||||
-rw-r--r-- | system/services/steam/default.nix | 1 | ||||
-rw-r--r-- | system/services/swaylock/default.nix | 1 | ||||
-rw-r--r-- | system/services/xdg/default.nix | 1 |
10 files changed, 0 insertions, 11 deletions
diff --git a/system/services/backup/default.nix b/system/services/backup/default.nix index 170fecba..8e80397d 100644 --- a/system/services/backup/default.nix +++ b/system/services/backup/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { lib, sysLib, diff --git a/system/services/dconf/default.nix b/system/services/dconf/default.nix index f593ff54..db35208e 100644 --- a/system/services/dconf/default.nix +++ b/system/services/dconf/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { config, lib, diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix index 8b078106..1477be1b 100644 --- a/system/services/nix/default.nix +++ b/system/services/nix/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { config, lib, diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix index 8cfbdc72..7b8a871e 100644 --- a/system/services/printing/default.nix +++ b/system/services/printing/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {pkgs, ...}: { services.avahi = { enable = true; diff --git a/system/services/scanning/default.nix b/system/services/scanning/default.nix index 27e7ccbb..6621e08f 100644 --- a/system/services/scanning/default.nix +++ b/system/services/scanning/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {pkgs, ...}: { hardware = { sane = { diff --git a/system/services/serverphone/default.nix b/system/services/serverphone/default.nix index 145accf7..d07d3809 100644 --- a/system/services/serverphone/default.nix +++ b/system/services/serverphone/default.nix @@ -40,5 +40,3 @@ members = ["serverphone"]; }; } -# vim: ts=2 - diff --git a/system/services/snapper/default.nix b/system/services/snapper/default.nix index 87456f30..41e4b381 100644 --- a/system/services/snapper/default.nix +++ b/system/services/snapper/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {...}: { services.snapper = { configs = { diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix index d4c4be63..53a7d214 100644 --- a/system/services/steam/default.nix +++ b/system/services/steam/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { lib, config, diff --git a/system/services/swaylock/default.nix b/system/services/swaylock/default.nix index 1d652c66..6cbcef28 100644 --- a/system/services/swaylock/default.nix +++ b/system/services/swaylock/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {...}: { # otherwise swaylock can't access the user password. security.pam.services.swaylock = {}; diff --git a/system/services/xdg/default.nix b/system/services/xdg/default.nix index 3b0233a2..bb29d20c 100644 --- a/system/services/xdg/default.nix +++ b/system/services/xdg/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {pkgs, ...}: { xdg = { portal = { |