diff --git a/home/packages.nix b/home/packages.nix index 5801dbb..879a298 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -1,9 +1,12 @@ -{ pkgs, nixpkgs, home-manager, ... }: +{ pkgs, ... }: { home.packages = with pkgs; [ + # Desktop Applications vesktop obsidian - polkit_gnome + spotify + + # Terminal applications gh # github easyeffects hyfetch @@ -12,14 +15,15 @@ brightnessctl playerctl hyprshot + polkit_gnome - # to better find execs + # nix-tools nix-index nix-output-monitor - expect # for the unbuffer command - - vscode nil + + # Dev Things + vscode ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; }