add chatterino, plasma-config, kitty, runelite, eza
fix formatting, fix btrfs being enabled by default update flake
This commit is contained in:
parent
01f8435ba7
commit
39fb8c64dc
15 changed files with 195 additions and 48 deletions
|
@ -12,7 +12,7 @@ let
|
|||
in
|
||||
{
|
||||
options.${namespace}.services.btrfs = {
|
||||
enable = mkBoolOpt true "BTRFS";
|
||||
enable = mkBoolOpt false "BTRFS";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
@ -38,6 +38,7 @@ in
|
|||
not path /config.json
|
||||
|
||||
not path /manifest.json
|
||||
not path /sw.js
|
||||
|
||||
not path /pdf.worker.min.js
|
||||
not path /olm.wasm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue