moved pkgs to home manager 2
This commit is contained in:
parent
7c5a0393e2
commit
9e0ad5fcc8
20
home.nix
20
home.nix
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue