Add discord alts

This commit is contained in:
muon 2026-01-23 13:45:18 +00:00
parent b152ff48c7
commit a0ef8e1ce0
3 changed files with 65 additions and 0 deletions

View file

@ -26,6 +26,10 @@ in {
opensnitch-ui
];
nixpkgs.config.permittedInsecurePackages = [
"libsoup-2.74.3"
];
# System
mods.user.name = "muon";
networking.hostName = cfg.user.name;