feat: aerospace

This commit is contained in:
TheGeneralist 2025-06-05 17:47:31 +02:00
parent 0c5764bb26
commit 3ed37e4ad1
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 216 additions and 1 deletions

View file

@ -5,7 +5,7 @@
{ self, config, pkgs, lib, inputs, ... }:
{
imports = [ ./hardware-configuration.nix ];
imports = [ ./hardware-configuration.nix ./aerospace.nix ];
users.knownUsers = [
"thegeneralist"