mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing "${self}/ in imports
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{ inputs, ... }:
|
||||
{ inputs, self, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../users/elise
|
||||
../../users/richie
|
||||
../../common/global
|
||||
../../common/optional/desktop.nix
|
||||
../../common/optional/steam.nix
|
||||
../../common/optional/systemd-boot.nix
|
||||
../../common/optional/update.nix
|
||||
../../common/optional/zerotier.nix
|
||||
"${self}/users/elise"
|
||||
"${self}/users/richie"
|
||||
"${self}/common/global"
|
||||
"${self}/common/optional/desktop.nix"
|
||||
"${self}/common/optional/steam.nix"
|
||||
"${self}/common/optional/systemd-boot.nix"
|
||||
"${self}/common/optional/update.nix"
|
||||
"${self}/common/optional/zerotier.nix"
|
||||
./hardware.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user