From 2e305cfb012486e342cbef3a2afa66d02b108b7e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 19 Mar 2020 17:32:39 +0100 Subject: [PATCH] Format --- profiles/graphical/default.nix | 8 ++++---- programs/sway/status-configuration.nix | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index c79180ab..22649e3f 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -43,11 +43,11 @@ networking = { hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; }; networkmanager = { - enable = true; - packages = [ pkgs.networkmanager-vpnc ]; - wifi.macAddress = "random"; + enable = true; + packages = [ pkgs.networkmanager-vpnc ]; + wifi.macAddress = "random"; + }; }; -}; virtualisation.docker.enable = true; diff --git a/programs/sway/status-configuration.nix b/programs/sway/status-configuration.nix index c6b5e062..71e25635 100644 --- a/programs/sway/status-configuration.nix +++ b/programs/sway/status-configuration.nix @@ -1,5 +1,4 @@ { pkgs, ... }: - let mic-status = pkgs.writeScript "mic-status" '' #!${pkgs.zsh}/bin/zsh @@ -12,7 +11,6 @@ let fi ''; in - pkgs.writeText "configuration.toml" '' [theme] name = "gruvbox-light"