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
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = [
|
home.packages = [
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
pkgs.zsh # shell
|
||||||
# # "Hello, world!" when run.
|
pkgs.kitty # terminal
|
||||||
pkgs.hello
|
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
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
|
Loading…
Reference in New Issue