feat: fix stuff for the new update
This commit is contained in:
parent
c9de58e00c
commit
5c26db0f34
3 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
gzdoom
|
gzdoom
|
||||||
qzdl
|
qzdl
|
||||||
xonotic
|
xonotic
|
||||||
superTuxKart
|
supertuxkart
|
||||||
faugus-launcher
|
faugus-launcher
|
||||||
nzportable
|
nzportable
|
||||||
protonup-qt
|
protonup-qt
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.beets = {
|
programs.beets = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
directory = "~/music/to-listen/";
|
directory = "~/music/to-listen/";
|
||||||
library = "~/.local/share/beets.db";
|
library = "~/.local/share/beets.db";
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
config = lib.mkIf config.crony.zen-browser.enable {
|
config = lib.mkIf config.crony.zen-browser.enable {
|
||||||
programs.zen-browser = {
|
programs.zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
suppressXdgMigrationWarning = true;
|
||||||
profiles = {
|
profiles = {
|
||||||
main = {};
|
main = {};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue