move rofi to i3

This commit is contained in:
Cyryl Płotnicki 2020-05-10 08:47:38 +01:00
parent a798f81cc1
commit 07a3d9c39e
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,6 @@
home.sessionVariables = { home.sessionVariables = {
LC_ALL="en_GB.UTF-8"; LC_ALL="en_GB.UTF-8";
LANG="en_GB.UTF-8"; LANG="en_GB.UTF-8";
CM_LAUNCHER="rofi";
PASSWORD_STORE_ENABLE_EXTENSIONS="true"; PASSWORD_STORE_ENABLE_EXTENSIONS="true";
}; };

View file

@ -7,6 +7,10 @@
./rofi.nix ./rofi.nix
]; ];
home.sessionVariables = {
CM_LAUNCHER="rofi";
};
services = { services = {
picom = { picom = {
enable = true; enable = true;