update deps
This commit is contained in:
parent
5b08bc63bc
commit
fe3dde6667
11 changed files with 72 additions and 19 deletions
|
|
@ -7,8 +7,8 @@
|
|||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
cryptsetup
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
|
@ -23,7 +23,16 @@
|
|||
programs.ssh = {
|
||||
startAgent = true;
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
};
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue