Add streamdeck for gunter
This commit is contained in:
parent
d2085956c6
commit
a81cb21190
@ -5,6 +5,7 @@
|
|||||||
./steamuser.nix
|
./steamuser.nix
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
./ollama.nix
|
./ollama.nix
|
||||||
|
./streamdeck.nix
|
||||||
../../system
|
../../system
|
||||||
../../home/gunter.nix
|
../../home/gunter.nix
|
||||||
];
|
];
|
||||||
|
5
hosts/gunter/streamdeck.nix
Normal file
5
hosts/gunter/streamdeck.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.streamdeck-ui = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user