project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-03-27 03:01:35 +00:00
parent 2eadee0323
commit 7fd895536a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
15 changed files with 232 additions and 203 deletions

View file

@ -24,8 +24,8 @@ in {
avidemux
gst_all_1.gstreamer.dev
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
vlc

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: {
config = lib.mkIf config.deploy.profile.gui {
networking = {
# networkmanager.enable = true;
# networkmanager.enable = true;
resolvconf.useLocalResolver = true;
networkmanager.dns = "none";
};