Added flatpak for Framework

This commit is contained in:
Alexandre 2026-02-14 23:21:29 +01:00
parent 28786ffe71
commit 7e618ea76d
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@
{
devShells.default = pkgs.mkShell {
name = "vulkan";
hardeningDisable = [ "fortify" ];
packages = with pkgs; [
# Shader compile

View File

@ -12,6 +12,13 @@
};
};
# Flatpak
services = {
flatpak = {
enable = true;
};
};
# Todo -> Display server for all nixos machines (lightdm or smth else)
# User