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" ];
|
options = [ "caps:escape" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionVariables.EDITOR = "vim";
|
sessionVariables = {
|
||||||
|
EDITOR = "vim";
|
||||||
|
NIXOS_OZONE_WL = 1;
|
||||||
|
};
|
||||||
|
|
||||||
packages =
|
packages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ chisel ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
(sbt.override { jre = jdk17; })
|
||||||
|
chisel
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue