This commit is contained in:
xunuwu 2024-10-22 11:51:40 +02:00
parent e77d8b492d
commit 7f7d9af446
No known key found for this signature in database
7 changed files with 75 additions and 16 deletions

View file

@ -6,6 +6,7 @@
imports = [
self.homeManagerModules.xun
inputs.small-nvim.homeManagerModules.small-nvim
../../editors/emacs.nix
# ../../terminal/shell/zsh.nix
# ../../terminal/programs
# ../../terminal/programs/lazygit.nix
@ -22,7 +23,12 @@
};
wakatime.enable = false;
};
develop.enable = true;
develop = {
enable = true;
lang = {
csharp.enable = true;
};
};
desktop = {
xdg.enable = true;
};