switched to default.nix for system-config

This commit is contained in:
2025-01-12 09:23:28 -06:00
parent c3bd247e25
commit 1689da5b56
14 changed files with 105 additions and 265 deletions

View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }: {
imports = [
./hyprland
./ags
./git
./nh
./steam
];
}