Steam deck perhaps

This commit is contained in:
2023-06-24 16:27:46 +01:00
parent 5eb965823e
commit 8864fc294d
120 changed files with 208 additions and 339 deletions

View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
theme = ./colour.rasi;
};
}