mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 03:28:05 -05:00
Trying to Switch to Aux
This commit is contained in:
parent
6d984aee06
commit
9f5d2e140d
4 changed files with 13 additions and 6 deletions
|
|
@ -40,6 +40,7 @@
|
|||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
pkgs.playerctl
|
||||
pkgs.google-chrome
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
|
@ -83,6 +84,9 @@
|
|||
extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
];
|
||||
};
|
||||
programs.streamdeck-ui = {
|
||||
|
||||
};
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue