feat: env vars
This commit is contained in:
parent
4d2fdcda4f
commit
6d3fa9a54f
4 changed files with 26 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ let
|
|||
backlightDevice = "intel_backlight";
|
||||
in
|
||||
{
|
||||
home.sessionVariables = {
|
||||
XINITRC = "${config.xdg.configHome}/X11/xinitrc";
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
cliphist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue