don't lmms on mac
This commit is contained in:
parent
489a31fce6
commit
4b59f951df
2 changed files with 2 additions and 2 deletions
2
home.nix
2
home.nix
|
|
@ -74,7 +74,6 @@ in
|
||||||
ffmpeg
|
ffmpeg
|
||||||
libjxl
|
libjxl
|
||||||
exiftool
|
exiftool
|
||||||
lmms
|
|
||||||
|
|
||||||
akku
|
akku
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
@ -141,6 +140,7 @@ in
|
||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
thunderbird
|
thunderbird
|
||||||
|
lmms
|
||||||
]);
|
]);
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
];
|
];
|
||||||
"terminal.integrated.commandsToSkipShell" = [ "-workbench.action.quickOpen" ];
|
"terminal.integrated.commandsToSkipShell" = [ "-workbench.action.quickOpen" ];
|
||||||
"terminal.integrated.defaultProfile.linux" = "fish";
|
"terminal.integrated.defaultProfile.linux" = "fish";
|
||||||
"terminal.integrated.fontSize" = 15;
|
"terminal.integrated.fontSize" = 13;
|
||||||
"terminal.integrated.scrollback" = 100000;
|
"terminal.integrated.scrollback" = 100000;
|
||||||
"terminal.integrated.tabs.enabled" = true;
|
"terminal.integrated.tabs.enabled" = true;
|
||||||
"twind.debug" = true;
|
"twind.debug" = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue