feat(laptop): add idea ultimate

dev-docs
Moritz Böhme 2023-07-03 09:36:56 +02:00
parent ac05291df4
commit 94f0765ab3
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 4 additions and 0 deletions

View File

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