feat: adding the server configuration

This commit is contained in:
Raphael 2025-03-16 20:21:45 +01:00
parent 7b7a1e5ae5
commit 90ea287d60
4 changed files with 170 additions and 13 deletions

View file

@ -74,6 +74,11 @@
];
programs = {
appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override { extraPkgs = pkgs: [ pkgs.libthai ]; };
};
hyprland = {
enable = true;
xwayland.enable = true;