cog
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{den, lib, ...}: {
|
||||
{
|
||||
den,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
den.aspects.cschmatzler.includes = [
|
||||
den.provides.primary-user
|
||||
den.aspects.shell
|
||||
@@ -12,9 +16,10 @@
|
||||
den.aspects.secrets
|
||||
den.aspects.zellij
|
||||
den.aspects.zk
|
||||
({host, ...}: lib.optionalAttrs (host.class == "darwin") {
|
||||
includes = [den.aspects.desktop];
|
||||
})
|
||||
({host, ...}:
|
||||
lib.optionalAttrs (host.class == "darwin") {
|
||||
includes = [den.aspects.desktop];
|
||||
})
|
||||
];
|
||||
|
||||
den.aspects.cschmatzler.homeManager = {
|
||||
|
||||
Reference in New Issue
Block a user