Merge branch 'trunk' of ssh://git.subsonics.nl:2222/andreas/nixos-config into trunk

This commit is contained in:
Andreas Schaafsma 2024-11-21 11:01:04 +01:00
commit 8000ec4cf5

View File

@ -19,6 +19,7 @@ in
home = { home = {
packages = [ packages = [
pkgs.nil pkgs.nil
pkgs.beeper
]; ];
}; };
} }