mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-18 18:03:06 +01:00
refactor(puzzlevision): remove obsolete system packages spotify, chromium and arduino-ide
This commit is contained in:
parent
a5b583f43a
commit
007a095783
1 changed files with 0 additions and 5 deletions
|
@ -73,17 +73,12 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
### General
|
### General
|
||||||
nano
|
nano
|
||||||
chromium
|
|
||||||
inputs.zen-browser.packages."${system}".specific
|
inputs.zen-browser.packages."${system}".specific
|
||||||
vlc
|
vlc
|
||||||
spotify
|
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
pinentry-tty
|
pinentry-tty
|
||||||
gnupg
|
gnupg
|
||||||
|
|
||||||
## Development
|
|
||||||
arduino-ide
|
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
Loading…
Reference in a new issue