tangled
alpha
login
or
join now
thevoid.cafe
/
puzzlevision
0
fork
atom
Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
0
fork
atom
overview
issues
pulls
pipelines
๐ง๐ Inherit mkOpt from self.lib instead of self
thevoid.cafe
1 month ago
553529e2
61e11829
verified
This commit was signed with the committer's
known signature
.
thevoid.cafe
SSH Key Fingerprint:
SHA256:6LamuiiF+oLDOqy13Locb95HiqZGy8CIaFHI8miR6hE=
+2
-1
1 changed file
expand all
collapse all
unified
split
modules
home
profile
default.nix
+2
-1
modules/home/profile/default.nix
···
5
5
...
6
6
}:
7
7
let
8
8
-
inherit (self) namespace mkOpt;
8
8
+
inherit (self) namespace;
9
9
+
inherit (self.lib) mkOpt;
9
10
inherit (lib) types;
10
11
11
12
cfg = config.${namespace}.profile;