move rofi to i3
This commit is contained in:
parent
a798f81cc1
commit
07a3d9c39e
2 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
./rofi.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
CM_LAUNCHER="rofi";
|
||||
};
|
||||
|
||||
services = {
|
||||
picom = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue