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
config,
3
lib,
4
pkgs,
5
-
inputs,
6
...
7
}:
8
{
9
-
imports = [
10
-
inputs.nur.modules.homeManager.default
11
-
];
12
-
13
options.programs.crush = {
14
enable = lib.mkEnableOption "Enable crush";
15
settings = import ./_crush-options.nix { inherit lib; };
···
2
config,
3
lib,
4
pkgs,
0
5
...
6
}:
7
{
0
0
0
0
8
options.programs.crush = {
9
enable = lib.mkEnableOption "Enable crush";
10
settings = import ./_crush-options.nix { inherit lib; };