Skip to content

Commit

Permalink
Fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Oct 24, 2024
1 parent 0e6e59e commit 18dc4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ in
];
};

services.udev.packages = with pkgs; [ gnome3.gnome-settings-daemon ];
services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];

};
}

0 comments on commit 18dc4e4

Please sign in to comment.