Add streamdeck for gunter

This commit is contained in:
Torjus Håkestad 2024-07-14 15:51:33 +02:00
parent d2085956c6
commit a81cb21190
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./steamuser.nix
./nfs.nix
./ollama.nix
./streamdeck.nix
../../system
../../home/gunter.nix
];

View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
programs.streamdeck-ui = {
enable = true;
};
}