perso-laptop: Remove jetbrains and vscode
All checks were successful
check / check (push) Successful in 38s
All checks were successful
check / check (push) Successful in 38s
This commit is contained in:
parent
3b5d864837
commit
82fa667a6b
1 changed files with 5 additions and 1 deletions
|
@ -8,10 +8,14 @@
|
||||||
modules.home = {
|
modules.home = {
|
||||||
apps = {
|
apps = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
jetbrainsToolbox.enable = true;
|
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editors = {
|
||||||
|
# neovim.enable = true; TODO: Not stable yet
|
||||||
|
vscode.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
shell = {
|
shell = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
atuin.enable = true;
|
atuin.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue