♻️ Move Zed and Ghostty user config to correct location

This commit is contained in:
Jo 2025-12-16 03:09:23 +01:00
parent 99459402d2
commit b35c6547da
4 changed files with 52 additions and 39 deletions

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.ghostty.enable = true;
}

View file

@ -0,0 +1,9 @@
{ ... }:
{
puzzlevision.apps.zed = {
enable = true;
enable-nix = true;
enable-php = true;
enable-python = true;
};
}

View file

@ -9,23 +9,15 @@
./apps/firefox
./apps/vicinae
./apps/packettracer
./apps/ghostty
./apps/zed
./desktop/gnome
];
puzzlevision = {
themes.catppuccin.enable = true;
apps = {
zed.enable = true;
};
cli = {
direnv.enable = true;
};
};
programs = {
ghostty.enable = true;
cli.direnv.enable = true;
};
sops.secrets.wakatime-cfg = {
@ -36,12 +28,11 @@
home.packages = with pkgs; [
## GENERAL
teams-for-linux
enpass
youtube-music
teams-for-linux
## EDITORS
apostrophe
jetbrains.phpstorm
obsidian
@ -55,5 +46,5 @@
shopware-cli
];
home.stateVersion = "25.05";
home.stateVersion = "25.11";
}