feat(laptop): add idea ultimate

This commit is contained in:
Moritz Böhme 2023-07-03 09:36:56 +02:00
parent ac05291df4
commit 94f0765ab3
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -19,6 +19,10 @@
};
};
home-manager.users.moritz.home.packages = with pkgs; [
jetbrains.idea-ultimate
];
# BOOT
boot = {
supportedFilesystems = [ "btrfs" ];