mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
Switch to the "new" standard hm-modules flake ouput name
See https://github.com/NixOS/nix/pull/10858
This commit is contained in:
parent
fee1ddd9a9
commit
1c0f293c3d
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [ self.homeManagerModules.default ];
|
||||
imports = [ self.homeModules.default ];
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue