todo deal with this later

This commit is contained in:
Sakooooo 2023-07-10 13:58:50 +03:00
parent dd44c9dd94
commit 1b00187959
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -10,17 +10,6 @@ in
config = mkIf cfg.enable {
users.users.sako.packages = with pkgs; [
SDL2
SDL2_image
xorg.libX11
xorg.libX11.dev
xorg.libXcursor
xorg.libXcursor.dev
xorg.libXrandr
xorg.libXrandr.dev
xorg.libXi
xorg.libXi.dev
zlib
];
};
}