Add spotif

This commit is contained in:
vanten-s 2024-04-03 20:23:26 +02:00
parent bcc7a0ccdd
commit 5056707f3e
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 3 additions and 1 deletions

View file

@ -112,7 +112,6 @@ in {
waypaper waypaper
swaybg swaybg
swww swww
spotifywm
python3 python3
python311Packages.pip python311Packages.pip
python311Packages.pygobject3 python311Packages.pygobject3

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true;
home.username = "svante"; home.username = "svante";
home.homeDirectory = "/home/svante"; home.homeDirectory = "/home/svante";
home.stateVersion = "23.11"; home.stateVersion = "23.11";
@ -21,6 +22,8 @@
pkgs.direnv pkgs.direnv
pkgs.easyeffects pkgs.easyeffects
pkgs.tmux pkgs.tmux
pkgs.kicad
pkgs.spotify
]; ];
home.file = { home.file = {