Skip to content

Commit

Permalink
fix: use home packages instead of environment systemPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 31, 2024
1 parent 9bc5237 commit 7103d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions profiles/shared/modules/dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ in
cfg.entries;
in
{
environment = {
systemPackages = with pkgs; [
home = {
packages = with pkgs; [
dockutil
];
};
Expand Down
4 changes: 2 additions & 2 deletions profiles/shared/modules/finder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ in
cfg.entries;
in
{
environment = {
systemPackages = with pkgs; [
home = {
packages = with pkgs; [
mysides
];
};
Expand Down

0 comments on commit 7103d8a

Please sign in to comment.