flake: refactor references to hlissner/dotfiles

This commit is contained in:
Infinidoge 2023-09-26 16:53:13 -04:00
parent 3ccf76d134
commit 0fe2c66bc0
26 changed files with 54 additions and 211 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.services.ensure;
in

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.services.soft-serve;
mkIfNotNull = v: mkIf (v != null) v;