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, options, lib, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.boot;
opt = options.modules.boot;

View file

@ -1,6 +1,6 @@
{ config, options, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.desktop.gaming;
opt = options.modules.desktop.gaming;

View file

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

View file

@ -2,7 +2,7 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.audio;
in

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, inputs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.form;
in

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.gpu;
any' = any (v: v);

View file

@ -1,6 +1,6 @@
{ config, options, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.peripherals.fprint-sensor;
in

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.peripherals.printing;
in

View file

@ -2,7 +2,7 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let cfg = config.modules.hardware.peripherals.razer;
in
{

View file

@ -1,6 +1,6 @@
{ config, lib, private, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.hardware.wireless;
in

View file

@ -1,6 +1,6 @@
{ config, options, lib, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.locale;
opt = options.modules.locale;

View file

@ -1,6 +1,6 @@
{ config, options, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.services.apcupsd;
port = 3551;

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ config, options, lib, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.software.console;
opt = options.modules.software.console;

View file

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

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
with lib.hlissner;
with lib.our;
let
cfg = config.modules.software.steam;

View file

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