add IDE, editors, tex
This commit is contained in:
@@ -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;
|
useOSProber = true; # TODO dual boot with Windows
|
||||||
};
|
};
|
||||||
|
|
||||||
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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user