From 6aaa5993e4c1cfb205ed555d958702f9bba1770d Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 24 Dec 2025 16:21:00 +0100 Subject: a bunch of changes, renames sys to os and refactored some of the logic --- hosts/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/laptop/configuration.nix') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d9f458a..2862021 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,10 +1,10 @@ -{ username, inputs, ... }: +{ username, ... }: { system.stateVersion = "25.05"; imports = [ ./hardware-configuration.nix - ../../sys/default.nix + ../../os/default.nix ]; sys = { -- cgit v1.3