Moved user packages to common instead of desktop/common

This commit is contained in:
rotterdam 2023-04-06 09:58:02 -03:00
parent 8a41313437
commit 3d2dfe76ab
2 changed files with 1 additions and 1 deletions

View file

@ -10,5 +10,6 @@
".config/starship.toml".source =
"${inputs.dotfiles}/.config/starship.toml";
};
packages = with pkgs; [ nix-your-shell ];
};
}

View file

@ -2,7 +2,6 @@
{
home = {
packages = with pkgs; [ nix-your-shell ];
pointerCursor = {
size = 24;
gtk.enable = true;