add IDE, editors, tex

This commit is contained in:
eneller
2023-11-28 18:44:11 +01:00
parent ca11f6106c
commit 242d96ce89

View File

@@ -14,9 +14,8 @@
# Bootloader. # Bootloader.
boot.loader.grub = { boot.loader.grub = {
enable = true; enable = true;
forceInstall = true; device = "/dev/nvme1n1";
device = "/dev/nvme1n1"; useOSProber = true; # TODO dual boot with Windows
useOSProber = true;
}; };
networking.hostName = "nixos"; # Define your hostname. networking.hostName = "nixos"; # Define your hostname.
@@ -126,20 +125,20 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nixos-option nixos-option
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
less less
wget wget
gitFull gitFull
arandr arandr
autorandr autorandr # TODO find an alternative
firefox firefox
qutebrowser qutebrowser
thunderbird thunderbird
alacritty alacritty
zsh zsh
zsh-powerlevel10k zsh-powerlevel10k # TODO set up zsh to replace bash
tmux tmux
exa exa # TODO replace with eza
ripgrep ripgrep
bat bat
gnused gnused
@@ -153,8 +152,20 @@
ffmpeg ffmpeg
logseq logseq
imagemagick_light imagemagick_light
nextcloud-client # TODO enable autostart, keep login data
jetbrains.idea-ultimate
vscodium # consider vscodium-fhs
texlive.combined.scheme-medium
ansible
telegram-desktop
]; ];
programs.neovim = {
enable = true;
defaultEditor = true;
};
# fonts = { # fonts = {
# fonts = with pkgs; [ # fonts = with pkgs; [