Add spotif
This commit is contained in:
parent
bcc7a0ccdd
commit
5056707f3e
|
@ -112,7 +112,6 @@ in {
|
||||||
waypaper
|
waypaper
|
||||||
swaybg
|
swaybg
|
||||||
swww
|
swww
|
||||||
spotifywm
|
|
||||||
python3
|
python3
|
||||||
python311Packages.pip
|
python311Packages.pip
|
||||||
python311Packages.pygobject3
|
python311Packages.pygobject3
|
||||||
|
|
3
home.nix
3
home.nix
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue