fixes and cleanup
This commit is contained in:
parent
1a4ee743e4
commit
1d2edfb87f
@ -18,8 +18,7 @@
|
||||
conda
|
||||
jetbrains.pycharm-professional
|
||||
dotnet-sdk_8
|
||||
nodejs
|
||||
pnpm
|
||||
git-ignore
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
jp2a
|
||||
yt-dlp
|
||||
nvtopPackages.full
|
||||
neofetch
|
||||
wget
|
||||
curl
|
||||
fzf
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user