Add flatpak and stuff

This commit is contained in:
askiiart 2024-01-06 17:44:04 -05:00
parent d1e4f5bb6d
commit f586b04d38
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 30 additions and 2 deletions

View file

@ -32,6 +32,7 @@
pkgs.gnumake
pkgs.gcc
pkgs.xorg.libX11
pkgs.libGL
pkgs.nix-index
pkgs.drawing
pkgs.swaynotificationcenter
@ -44,5 +45,17 @@
pkgs.gnome.gnome-keyring
pkgs.pandoc
pkgs.cinny-desktop
pkgs.openshot-qt
pkgs.vlc
pkgs.meson
pkgs.pkg-config
pkgs.freeglut
pkgs.steam-tui
pkgs.steamPackages.steamcmd
pkgs.gdb
pkgs.ncdu
pkgs.minecraft
];
#programs.steam.enable = true;
}