Add spotify-tui And Fix Indentation

This commit is contained in:
Annika Merris 2024-05-11 20:55:57 -04:00
parent 13298cd2c4
commit 7f53aca858
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/kim/configuration.nix ./hosts/kim/configuration.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
}; };
}; };

View file

@ -41,6 +41,7 @@
# '') # '')
pkgs.playerctl pkgs.playerctl
pkgs.google-chrome pkgs.google-chrome
pkgs.spotify-tui
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage