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
|
xclip
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
|
|
||||||
|
# Check and pick a favorite
|
||||||
|
molly-brown
|
||||||
|
ncgopher
|
||||||
|
amfora
|
||||||
|
asuka
|
||||||
|
kristall
|
||||||
|
castor
|
||||||
];
|
];
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
@ -145,10 +145,10 @@ in {
|
|||||||
pkgs = unstablePkgs;
|
pkgs = unstablePkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
doom-emacs-config = builtins.fetchGit {
|
doom-emacs-config = pkgs.fetchgit {
|
||||||
url = "https://git.fudo.org/niten/doom-emacs.git";
|
url = "https://git.fudo.org/niten/doom-emacs.git";
|
||||||
# rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
|
rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
|
||||||
# sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
|
sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
|
||||||
};
|
};
|
||||||
|
|
||||||
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };
|
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };
|
||||||
|
Loading…
Reference in New Issue
Block a user