add retiolum as flake
This commit is contained in:
parent
af933bbf01
commit
f91f829f1d
3 changed files with 25 additions and 11 deletions
nixos/system/all
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue