diff options
author | Julian T <julian@jtle.dk> | 2020-09-29 11:21:08 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-29 11:21:08 +0200 |
commit | 00fd16c8d2880dc829465f52a77ae363200301c8 (patch) | |
tree | 9ad27c12196cdc679ccab6a78b8a672b3a0b176b /configuration.nix | |
parent | c23c2819d7b2ef1de39ff919f4637bb15bb03f08 (diff) |
gvim and 4 space indentation modeline
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 59329f5..48fa165 100644 --- a/configuration.nix +++ b/configuration.nix @@ -204,7 +204,7 @@ termite quasselClient nomacs wireshark spotify pavucontrol fractal gnome3.file-roller geogebra gnome3.gnome-calculator gnome3.simple-scan vlc xorg.xev gnome3.evolution - evolution-data-server + evolution-data-server vimHugeX (mumble.override { pulseSupport = true; }) # Other stuff @@ -216,4 +216,4 @@ ]; }; } - +# vi: et sw=4 |