mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 15:46:12 +01:00
package and more dev software
This commit is contained in:
29
home.nix
29
home.nix
@@ -56,30 +56,41 @@ in {
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
# zsh stuff
|
||||
zsh
|
||||
zsh-autosuggestions
|
||||
zsh-powerlevel10k
|
||||
thefuck
|
||||
|
||||
kitty
|
||||
rofi
|
||||
git
|
||||
eza
|
||||
|
||||
# graphics
|
||||
tuxpaint
|
||||
krita
|
||||
|
||||
# spotify
|
||||
# tools
|
||||
kitty
|
||||
rofi
|
||||
git
|
||||
eza
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
texliveFull
|
||||
|
||||
# media
|
||||
spotify
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
obs-studio
|
||||
ffmpeg
|
||||
|
||||
# discord
|
||||
# desktop
|
||||
firefox
|
||||
discord
|
||||
telegram-desktop
|
||||
|
||||
# gaming
|
||||
prismlauncher
|
||||
steam
|
||||
|
||||
# custom
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
||||
Reference in New Issue
Block a user