Commit abe3a1bd92e7
Changed files (2)
machine
profiles
machine/wakasu.nix
@@ -4,7 +4,6 @@
imports =
[ # Include the results of the hardware scan.
../hardware-configuration.nix
- #../configuration/custom-packages.nix
../profiles/laptop.nix
../profiles/ssh.nix
../profiles/virtualization.nix
profiles/desktop.nix
@@ -32,7 +32,7 @@
sha256 = "0636k102vw1pmbcch75xvhjlkfk9553bcf6rba5i69m7b5bdsfd0";
}) {};
in {
- inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv;
+ inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv syncthing;
inherit (sbrPkgs) ape tuck clasp;
};
};