summaryrefslogtreecommitdiff
path: root/hosts/kaworu/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-26 13:27:07 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-26 13:27:07 -0400
commita45de9e2e216cf73e976192814cdbdbb9164be30 (patch)
tree4c2cb500b9d568693597a676ef2b8d27a93284d3 /hosts/kaworu/default.nix
parentprepare kaworu host for new pc (diff)
downloaddotfiles-nix-a45de9e2e216cf73e976192814cdbdbb9164be30.tar.gz
dotfiles-nix-a45de9e2e216cf73e976192814cdbdbb9164be30.tar.bz2
dotfiles-nix-a45de9e2e216cf73e976192814cdbdbb9164be30.zip
make lib extendable with our additions
Diffstat (limited to 'hosts/kaworu/default.nix')
-rw-r--r--hosts/kaworu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix
index f20f400..48461d3 100644
--- a/hosts/kaworu/default.nix
+++ b/hosts/kaworu/default.nix
@@ -1,13 +1,13 @@
# Kaworu
# System configuration for my desktop
-{ inputs, ... }: {
+{lib, ...}: {
imports = [
./hardware.nix
];
# options
hostName = "kaworu";
- monitors = with inputs.self.lib.monitors; [
+ monitors = with lib.monitors; [
asus
acer
];