update deps

This commit is contained in:
iofq 2023-12-02 19:30:26 -06:00
parent 5b08bc63bc
commit fe3dde6667
11 changed files with 72 additions and 19 deletions

View file

@ -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;