tangled
alpha
login
or
join now
demsem.dev
/
nixos-config
0
fork
atom
My entire NixOS config or something!
0
fork
atom
overview
issues
pulls
pipelines
Refactored nix-inspect addition
Demetrius Semanko
3 months ago
fa11f057
1e9e087a
+3
-1
2 changed files
expand all
collapse all
unified
split
configuration.nix
home.nix
-1
configuration.nix
···
93
93
wl-clipboard
94
94
ripgrep
95
95
git-filter-repo
96
96
-
inputs.nix-inspect.packages.x86_64-linux.default
97
96
];
98
97
99
98
# Some programs need SUID wrappers, can be configured further or are
+3
home.nix
···
14
14
};
15
15
};
16
16
};
17
17
+
home.packages = [
18
18
+
inputs.nix-inspect.packages.x86_64-linux.default
19
19
+
];
17
20
}