structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit c2a910524c - Show all commits

View file

@ -2,5 +2,6 @@
imports = [
./firefox.nix
./alacritty.nix
./playerctl.nix
];
}

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [playerctl];
services.playerctld = {
enable = true;
};
}