mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
refactor: move some common env configuration from hosts to core
This commit is contained in:
parent
34ab95d310
commit
005347d632
5 changed files with 13 additions and 29 deletions
|
@ -9,6 +9,15 @@
|
|||
inputs.viminal.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
# tells electron apps to use Wayland
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
security.sudo.enable = false;
|
||||
|
||||
security.doas = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue