add retiolum as flake

This commit is contained in:
Ingolf Wagner 2022-09-29 12:36:36 +02:00
commit f91f829f1d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 25 additions and 11 deletions
nixos/system/all

View file

@ -1,13 +1,4 @@
{ config, pkgs, lib, ... }:
let
retiolum = pkgs.fetchgit {
url = "https://github.com/krebs/retiolum";
rev = "5b067937a10ea43f88f14cc6e0a5485c2ddcc826";
sha256 = "0kczrr6dr5dmhx2kbanw46w6ig2v3w42rqhjanv87xhwkgw81l08";
};
in
{ config, pkgs, lib, retiolum, ... }:
{
imports = [ ../../modules ];