Merge branch 'nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2024-06-19 09:36:18 +02:00
commit 6201dba3da
18 changed files with 313 additions and 232 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 = {

View file

@ -49,6 +49,7 @@ in
".config/github-copilot"
".config/kdeconnect"
".config/keepassxc"
".java/.userPrefs/jetbrains/"
".local/share/JetBrains"
".local/share/direnv"
".local/share/nvim"