mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 21:58:47 +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
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue