finally fixed hypr

This commit is contained in:
cnst
2024-07-02 17:53:55 +02:00
parent 1c6b82044b
commit 9721a56b4b
4 changed files with 31 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
environment.systemPackages = [pkgs.bottles-unwrapped];
}