Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops

This commit is contained in:
root@procul 2021-04-19 00:25:12 -05:00
commit 148c82bcfe
2 changed files with 11 additions and 3 deletions

View File

@ -59,6 +59,14 @@ let
xclip
yubikey-manager
yubikey-personalization
# Check and pick a favorite
molly-brown
ncgopher
amfora
asuka
kristall
castor
];
in {

View File

@ -145,10 +145,10 @@ in {
pkgs = unstablePkgs;
};
doom-emacs-config = builtins.fetchGit {
doom-emacs-config = pkgs.fetchgit {
url = "https://git.fudo.org/niten/doom-emacs.git";
# rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
# sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
};
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };