Created all the top.nixes

This commit is contained in:
2026-03-06 22:37:03 +01:00
parent 511b4fd3f7
commit ee8b639390
87 changed files with 2824 additions and 474 deletions
@@ -0,0 +1,11 @@
{ config, pkgs, lib, user, inputs, ... }:
{
# Import all other configurations
imports = [
./hardware-configuration.nix
];
# Minimal settings that must be defined here
networking.hostName = "traveldroid";
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the nerar future.
# In generated/top.nix the chpice fopr a window manager will be effectuated
}