diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 2c2fcd5..2405bb2 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -54,17 +54,14 @@ commonHome // { # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ + home.packages = with pkgs; [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. - pkgs.hello - pkgs.btop - pkgs.fastfetch # Hyprland related (rice, etc...) - pkgs.wofi - pkgs.alacritty - pkgs.firefox + wofi + alacritty + firefox # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the