creating shared user settings

This commit is contained in:
2026-02-11 20:03:57 -05:00
parent 56c933c8cb
commit 6bea380e3d
5 changed files with 38 additions and 29 deletions

7
users/shared/sweet.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
sweet-nova
candy-icons
];
}