From 9e0ad5fcc8bf93eec2cd4173115a741a7cd39008 Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Tue, 23 Jul 2024 15:03:40 +0200 Subject: [PATCH] moved pkgs to home manager 2 --- home.nix | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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