Update desktop config
This commit is contained in:
parent
2999862827
commit
29e5648e02
2 changed files with 8 additions and 2 deletions
|
|
@ -154,7 +154,10 @@ in
|
|||
options = [ "caps:escape" ];
|
||||
};
|
||||
|
||||
sessionVariables.EDITOR = "vim";
|
||||
sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
|
||||
packages =
|
||||
(with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue