Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops
This commit is contained in:
commit
148c82bcfe
|
@ -59,6 +59,14 @@ let
|
|||
xclip
|
||||
yubikey-manager
|
||||
yubikey-personalization
|
||||
|
||||
# Check and pick a favorite
|
||||
molly-brown
|
||||
ncgopher
|
||||
amfora
|
||||
asuka
|
||||
kristall
|
||||
castor
|
||||
];
|
||||
|
||||
in {
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue