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;