mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 13:48:48 +00:00
♻️ Move Zed and Ghostty user config to correct location
This commit is contained in:
parent
99459402d2
commit
b35c6547da
4 changed files with 52 additions and 39 deletions
4
homes/x86_64-linux/jo/apps/ghostty/default.nix
Normal file
4
homes/x86_64-linux/jo/apps/ghostty/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.ghostty.enable = true;
|
||||
}
|
||||
9
homes/x86_64-linux/jo/apps/zed/default.nix
Normal file
9
homes/x86_64-linux/jo/apps/zed/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
puzzlevision.apps.zed = {
|
||||
enable = true;
|
||||
enable-nix = true;
|
||||
enable-php = true;
|
||||
enable-python = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue