added nix-ld
This commit is contained in:
parent
e223fc3821
commit
6545fbe7fd
1 changed files with 6 additions and 1 deletions
|
@ -134,7 +134,6 @@
|
|||
joplin-desktop
|
||||
albert
|
||||
octaveFull
|
||||
gnupg
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -144,6 +143,12 @@
|
|||
dconf.enable = true;
|
||||
thunderbird.enable = true;
|
||||
firefox.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
};
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
|
Loading…
Reference in a new issue