tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
8
fork
atom
My NixOS and Home Manager configurations
8
fork
atom
overview
issues
pulls
pipelines
move radicle from default home module
quasigod.xyz
5 months ago
61442070
99293873
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:bgbWk2kC4ssmLiUkJ2cVb/e/JbW9/vphj4Pcavd/dE4=
+2
-2
2 changed files
expand all
collapse all
unified
split
hosts
hades
default.nix
modules
programs
radicle.nix
+1
hosts/hades/default.nix
reviewed
···
12
12
zsa-kb
13
13
syncthing-client
14
14
plover
15
15
+
radicle
15
16
catppuccin
16
17
];
17
18
+1
-2
modules/programs/radicle.nix
reviewed
···
1
1
{
2
2
-
unify.home =
2
2
+
unify.modules.radicle.home =
3
3
{ pkgs, config, ... }:
4
4
{
5
5
home = {
6
6
-
shellAliases.jji = "jj --ignore-immutable";
7
6
packages = with pkgs; [ radicle-node ];
8
7
sessionVariables.RAD_HOME = "${config.xdg.configHome}/radicle";
9
8
};