refactor: clean up a bit

This commit is contained in:
Moritz Böhme 2024-06-17 09:59:39 +02:00
parent bee307ae9c
commit a5a784b2d5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 69 additions and 51 deletions

View file

@ -4,8 +4,8 @@
, ...
}:
with lib;
let
inherit (lib) mkEnableOption mkIf mkDefault;
cfg = config.my.profiles.desktop;
in
{
@ -101,10 +101,6 @@ in
})
];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0" # obsidian
];
programs.nix-ld.enable = true;
home-manager.users.moritz = {