mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updating to inputs.self
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{ inputs, self, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${self}/users/richie"
|
||||
"${self}/common/global"
|
||||
"${self}/common/optional/desktop.nix"
|
||||
"${self}/common/optional/docker.nix"
|
||||
"${self}/common/optional/steam.nix"
|
||||
"${self}/common/optional/syncthing_base.nix"
|
||||
"${self}/common/optional/systemd-boot.nix"
|
||||
"${self}/common/optional/yubikey.nix"
|
||||
"${self}/common/optional/zerotier.nix"
|
||||
"${inputs.self}/users/richie"
|
||||
"${inputs.self}/common/global"
|
||||
"${inputs.self}/common/optional/desktop.nix"
|
||||
"${inputs.self}/common/optional/docker.nix"
|
||||
"${inputs.self}/common/optional/steam.nix"
|
||||
"${inputs.self}/common/optional/syncthing_base.nix"
|
||||
"${inputs.self}/common/optional/systemd-boot.nix"
|
||||
"${inputs.self}/common/optional/yubikey.nix"
|
||||
"${inputs.self}/common/optional/zerotier.nix"
|
||||
./hardware.nix
|
||||
./llms.nix
|
||||
./syncthing.nix
|
||||
|
||||
Reference in New Issue
Block a user