working flake-parts

This commit is contained in:
Charlie Root 2024-07-21 21:58:18 +02:00
commit 35e6b01a56
15 changed files with 243 additions and 88 deletions

View file

@ -1,6 +1,6 @@
{
config,
inputs,
inputs',
lib,
pkgs,
...
@ -16,7 +16,7 @@ in {
home-manager.users.${username} = {
services.dunst = {
enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.dunst;
package = inputs'.nixpkgs-wayland.packages.dunst;
settings = {
global = {
monitor = 1;