From aaddb8cda1fbcd016e3199973ee7748a95ce2165 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Mon, 21 Jun 2021 13:31:00 +0200 Subject: [PATCH] switch param to userparam --- graphical.nix | 5 +++++ nixos/configuration.nix | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphical.nix b/graphical.nix index 0b78ce4..734b00e 100644 --- a/graphical.nix +++ b/graphical.nix @@ -15,6 +15,11 @@ in sway ]; + home.sessionVariables = { + MOZ_ENABLE_WAYLAND = "1"; + XDG_CURRENT_DESKTOP = "sway"; + }; + programs = { mako = { enable = true; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 09e7bce..5d59dc8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -38,11 +38,6 @@ fwupd.enable = true; }; - environment.sessionVariables = { - MOZ_ENABLE_WAYLAND = "1"; - XDG_CURRENT_DESKTOP = "sway"; - }; - fonts.enableDefaultFonts = true; fonts.fonts = with pkgs; [ (nerdfonts.override { fonts = [ "Hack" ]; })