moved pkgs to home manager 2

This commit is contained in:
Lorenz Hohermuth 2024-07-23 15:03:40 +02:00
parent 7c5a0393e2
commit 9e0ad5fcc8
1 changed files with 17 additions and 3 deletions

View File

@ -18,9 +18,23 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
pkgs.hello
pkgs.zsh # shell
pkgs.kitty # terminal
pkgs.tmux # multiplexer
pkgs.nitrogen # wallpapers
pkgs.fzf # fuzzy search
pkgs.i3lock-color # locksreen
pkgs.brave # browser
pkgs.oh-my-zsh # prompt
pkgs.picom # compositoe
pkgs.ranger # file manager
pkgs.superfile # file manager
pkgs.obsidian # notes
pkgs.arandr # manager monitor
pkgs.keepassxc # passwords
pkgs.devdocs-desktop # docs
pkgs.spotify
pkgs.cargo
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the