puzzlevision/homes/x86_64-linux/jo/default.nix
2025-05-14 08:07:40 +02:00

32 lines
447 B
Nix

{pkgs, ...}: {
puzzlevision = {
themes.catppuccin.enable = true;
};
home.packages = with pkgs; [
## GENERAL
youtube-music
discord
ghostty
teams-for-linux
enpass
## WEB
firefox
ungoogled-chromium
## EDITORS
nano
zed-editor
apostrophe
jetbrains.phpstorm
arduino-ide
obsidian
## RUNTIMES and CLIs for development
bun
git
];
home.stateVersion = "25.05";
}