update scripts to be nix compatible
This commit is contained in:
parent
3d2d57ddff
commit
070455ac33
4 changed files with 71 additions and 79 deletions
|
|
@ -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 ]))
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue