we are officially on stable

This commit is contained in:
alisceon 2025-08-25 16:01:00 +02:00
parent c376b4db13
commit 16b6623f7f
7 changed files with 47 additions and 26 deletions

View file

@ -7,6 +7,9 @@
pkgs.firefoxpwa
];
}; # end firefox
chromium = {
enable = true;
}; # end chromium
direnv = {
enable = true;
silent = true;
@ -14,7 +17,7 @@
}; # end programs
# obsidian special case
programs.obsidian.enable = true;
# programs.obsidian.enable = true;
# overide broken config
xdg.configFile."obsidian/obsidian.json".source = lib.mkForce ../conf/obsidian.json;