finally fixed hypr

This commit is contained in:
cnst
2024-07-03 18:40:01 +02:00
parent 9721a56b4b
commit 0b5e26669c
10 changed files with 61 additions and 64 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
lutris
];
}