Deleted old copy

This commit is contained in:
2026-03-17 15:38:10 +00:00
parent 1c7f74348c
commit 2aacff63f7
8466 changed files with 62021 additions and 0 deletions
@@ -0,0 +1,26 @@
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./../../core/nix.nix
./../../core/stylix.nix
./../../core/gtk.nix
./../../core/terminal.nix
./boot.nix
./hardware-configuration.nix
./machine.nix
./dbus.nix
./audio.nix
./xdg.nix
./networking.nix
inputs.home-manager.nixosModules.home-manager
];
}