add nix path env variable
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
}: let
|
}: let
|
||||||
timer = "*:0/15";
|
timer = "*:0/15";
|
||||||
in {
|
in {
|
||||||
|
environment.variables = rec {
|
||||||
|
NIX_PATH = "/root/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/var/bento/configuration.nix:/nix/var/nix/profiles/per-user/root/channels";
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.bento-upgrade = {
|
systemd.services.bento-upgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
startAt = lib.mkDefault "${timer}";
|
startAt = lib.mkDefault "${timer}";
|
||||||
|
|||||||
@@ -334,8 +334,8 @@
|
|||||||
|
|
||||||
# Touchpad
|
# Touchpad
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user