From 07a3d9c39eeed76b6ce5e337b51a328766da3298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 10 May 2020 08:47:38 +0100 Subject: [PATCH] move rofi to i3 --- nixos/home-common.nix | 1 - nixos/i3/home.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/home-common.nix b/nixos/home-common.nix index 8b953392..14849596 100644 --- a/nixos/home-common.nix +++ b/nixos/home-common.nix @@ -4,7 +4,6 @@ home.sessionVariables = { LC_ALL="en_GB.UTF-8"; LANG="en_GB.UTF-8"; - CM_LAUNCHER="rofi"; PASSWORD_STORE_ENABLE_EXTENSIONS="true"; }; diff --git a/nixos/i3/home.nix b/nixos/i3/home.nix index d6097931..79803440 100644 --- a/nixos/i3/home.nix +++ b/nixos/i3/home.nix @@ -7,6 +7,10 @@ ./rofi.nix ]; + home.sessionVariables = { + CM_LAUNCHER="rofi"; + }; + services = { picom = { enable = true;