tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
bug: finally squash the overlay bug
dunkirk.sh
1 month ago
17306901
54a8823f
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
-5
1 changed file
expand all
collapse all
unified
split
modules
home
apps
crush
crush-module.nix
-5
modules/home/apps/crush/crush-module.nix
···
2
2
config,
3
3
lib,
4
4
pkgs,
5
5
-
inputs,
6
5
...
7
6
}:
8
7
{
9
9
-
imports = [
10
10
-
inputs.nur.modules.homeManager.default
11
11
-
];
12
12
-
13
8
options.programs.crush = {
14
9
enable = lib.mkEnableOption "Enable crush";
15
10
settings = import ./_crush-options.nix { inherit lib; };