Add most important programs
This commit is contained in:
parent
c8813df630
commit
60ee10b315
|
@ -115,8 +115,53 @@
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
programs.git.enable = true;
|
programs = {
|
||||||
programs.fish.enable = true;
|
ssh.startAgent = true;
|
||||||
|
git.enable = true;
|
||||||
|
fish.enable = true;
|
||||||
|
zsh.enable = true;
|
||||||
|
|
||||||
|
screen = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
|
|
||||||
|
plugins =
|
||||||
|
with pkgs.vimPlugins;
|
||||||
|
[
|
||||||
|
vim-wayland-clipboard
|
||||||
|
zoxide-vim
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
tmux.enable = true;
|
||||||
|
htop.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages =
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
|
powershell
|
||||||
|
neofetch
|
||||||
|
tldr
|
||||||
|
wget
|
||||||
|
btop
|
||||||
|
nvtopPackages.full
|
||||||
|
numbat
|
||||||
|
lsof
|
||||||
|
zoxide
|
||||||
|
fzf
|
||||||
|
sl
|
||||||
|
bb
|
||||||
|
terminal-parrot
|
||||||
|
rar
|
||||||
|
goldwarden
|
||||||
|
];
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.packages =
|
fonts.packages =
|
||||||
|
|
Loading…
Reference in a new issue