tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
a dotfile but it's really big
0
fork
atom
overview
issues
pulls
pipelines
rename signal binary
karitham.dev
2 weeks ago
7e621ec7
6a8bbd84
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+1
-1
1 changed file
expand all
collapse all
unified
split
systems
kiwi
default.nix
+1
-1
systems/kiwi/default.nix
···
14
14
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "hayase" ];
15
15
16
16
home.packages = [
17
17
-
pkgs.signal-desktop-bin
17
17
+
pkgs.signal-desktop
18
18
pkgs.obs-studio
19
19
pkgs.hayase
20
20
];