add some pakiges
This commit is contained in:
parent
83e30039cf
commit
ca422e2643
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
users.users.sammy.packages = with pkgs; [
|
||||||
|
picard
|
||||||
|
];
|
||||||
|
|
||||||
home-manager.users.sammy.programs.ssh.includes = [
|
home-manager.users.sammy.programs.ssh.includes = [
|
||||||
"./famedly-config"
|
"./famedly-config"
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
wdisplays
|
wdisplays
|
||||||
waypipe
|
waypipe
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
xfce.thunar
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.SDL_VIDEODRIVER = "wayland";
|
environment.variables.SDL_VIDEODRIVER = "wayland";
|
||||||
|
|
Loading…
Add table
Reference in a new issue