feat: add spotify
This commit is contained in:
parent
db3a6f4ccd
commit
ffb93ab6b1
1 changed files with 10 additions and 6 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue