diff --git a/home.nix b/home.nix index 2054727..e626a92 100644 --- a/home.nix +++ b/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