fixes and cleanup
This commit is contained in:
parent
1a4ee743e4
commit
1d2edfb87f
@ -18,8 +18,7 @@
|
|||||||
conda
|
conda
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
dotnet-sdk_8
|
dotnet-sdk_8
|
||||||
nodejs
|
git-ignore
|
||||||
pnpm
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
jp2a
|
jp2a
|
||||||
yt-dlp
|
yt-dlp
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
neofetch
|
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
fzf
|
fzf
|
||||||
|
|||||||
@ -12,6 +12,9 @@
|
|||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
|
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
|
programs.neovim.defaultEditor = true;
|
||||||
|
programs.neovim.viAlias = true;
|
||||||
|
programs.neovim.vimAlias = true;
|
||||||
|
|
||||||
#programs.neovim = let
|
#programs.neovim = let
|
||||||
# toLua = str: "lua << EOF\n${str}\nEOF\n";
|
# toLua = str: "lua << EOF\n${str}\nEOF\n";
|
||||||
|
|||||||
@ -15,11 +15,18 @@
|
|||||||
desktop.gnome.enable = false;
|
desktop.gnome.enable = false;
|
||||||
|
|
||||||
# Shell management
|
# Shell management
|
||||||
|
sh.oh-my-posh.enable = true;
|
||||||
|
|
||||||
sh.bash = {
|
sh.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
oh-my-posh.enable = true;
|
oh-my-posh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sh.zsh = {
|
||||||
|
enable = true;
|
||||||
|
oh-my-posh.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Application lists
|
# Application lists
|
||||||
app_list = {
|
app_list = {
|
||||||
applications.enable = true;
|
applications.enable = true;
|
||||||
@ -51,7 +58,7 @@
|
|||||||
|
|
||||||
themes.enable = false;
|
themes.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user