Update, although added exception for obsidian

This commit is contained in:
2023-12-22 02:07:20 +00:00
parent 2028d54ab2
commit b8f85a99a2
2 changed files with 31 additions and 28 deletions

View File

@@ -51,6 +51,9 @@
hyprland.overlays.default
nixgl.overlay
];
config.permittedInsecurePackages = [
"electron-25.9.0"
];
})
// {
i3utils = i3utils.packages.${system}.default;