:(
This commit is contained in:
parent
75f87a6b55
commit
7a7ece771b
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user