This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }:
with lib;
let
let
cfg = config.modules.software.distractions.discord;
flags = [
"--flag-switches-begin"
@ -46,4 +46,4 @@ in {
}))
];
};
}
}

View file

@ -36,4 +36,4 @@ in {
user.packages = [ pkgs.protontricks pkgs.steam-run ];
};
}
}