Maybe streamdeck-ui Cannot Exist In home.nix?

This commit is contained in:
Annika Merris 2024-05-07 18:43:56 -04:00
parent bccf2895c2
commit 0c38772ce7
2 changed files with 5 additions and 4 deletions

View file

@ -105,6 +105,11 @@
# Install firefox.
programs.firefox.enable = true;
programs.streamdeck-ui = {
enable = true;
autoStart = true;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;

View file

@ -85,10 +85,6 @@
bbenoist.nix
];
};
programs.streamdeck-ui = {
enable = true;
autoStart = true;
};
services.spotifyd = {
enable = true;
settings = {