refactor session vars
This commit is contained in:
parent
b91bf4779c
commit
15d6d34ef7
3 changed files with 6 additions and 10 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
home.sessionVariables.EDITOR = lib.mkForce "kitty nvim";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qtdeclarative
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue