feat: adding the server configuration
This commit is contained in:
parent
7b7a1e5ae5
commit
90ea287d60
4 changed files with 170 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue