add some pakiges

This commit is contained in:
CherryKitten 2024-05-22 13:02:07 +02:00
parent 83e30039cf
commit ca422e2643
Signed by: sammy
GPG key ID: 98D8F75FB0658276
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,9 @@
# Enable CUPS to print documents.
services.printing.enable = true;
users.users.sammy.packages = with pkgs; [
picard
];
home-manager.users.sammy.programs.ssh.includes = [
"./famedly-config"

View file

@ -15,6 +15,7 @@
wdisplays
waypipe
wl-clipboard
xfce.thunar
];
environment.variables.SDL_VIDEODRIVER = "wayland";