fixes and cleanup

This commit is contained in:
foglar 2024-12-26 13:43:38 +01:00
parent 1a4ee743e4
commit 1d2edfb87f
4 changed files with 12 additions and 4 deletions

View File

@ -18,8 +18,7 @@
conda
jetbrains.pycharm-professional
dotnet-sdk_8
nodejs
pnpm
git-ignore
];
nixpkgs.config.allowUnfreePredicate = pkg:

View File

@ -18,7 +18,6 @@
jp2a
yt-dlp
nvtopPackages.full
neofetch
wget
curl
fzf

View File

@ -12,6 +12,9 @@
home.sessionVariables.EDITOR = "nvim";
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
programs.neovim.viAlias = true;
programs.neovim.vimAlias = true;
#programs.neovim = let
# toLua = str: "lua << EOF\n${str}\nEOF\n";

View File

@ -15,11 +15,18 @@
desktop.gnome.enable = false;
# Shell management
sh.oh-my-posh.enable = true;
sh.bash = {
enable = true;
oh-my-posh.enable = true;
};
sh.zsh = {
enable = true;
oh-my-posh.enable = true;
};
# Application lists
app_list = {
applications.enable = true;
@ -51,7 +58,7 @@
themes.enable = false;
};
git.enable = true;
neovim.enable = true;