update scripts to be nix compatible

This commit is contained in:
Barrett Ruth 2026-02-10 20:53:05 -05:00
parent 3d2d57ddff
commit 070455ac33
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 71 additions and 79 deletions

View file

@ -24,10 +24,11 @@ let
in
{
home.sessionVariables = {
XINITRC = "${config.xdg.configHome}/X11/xinitrc";
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
};
dconf.enable = true;
home.packages = with pkgs; [
wl-clipboard
cliphist
@ -37,6 +38,8 @@ in
brightnessctl
pamixer
socat
glib
gsettings-desktop-schemas
(python3.withPackages (ps: [ ps.pillow ]))
];