master-p #1

Merged
xbazzi merged 12 commits from master-p into master 2025-08-10 00:23:44 -06:00
Showing only changes of commit 7a7ece771b - Show all commits

View File

@ -10,17 +10,17 @@
};
outputs =
{
inputs@{
self,
nixpkgs,
home-manager,
...
}@inputs:
}:
{
homeManagerModules.default =
{ config, lib, ... }:
{
home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell;
inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell;
};
};
}