Recreated flake files

This commit is contained in:
2026-03-12 19:54:41 +01:00
parent a4eef272cb
commit 6eefb5c06b
@@ -12,6 +12,7 @@
imports = [
./boot.nix
./hardware-configuration.nix
inputs.home-manager.nixosModules.home-manager
];
options = {
@@ -23,6 +24,12 @@
};
config = {
# Enable Home Manager for the user
home-manager.users.${user.username} = {
enable = true;
homeDirectory = user.homeDirectory;
};
# Minimal settings that must be defined here
networking.hostName = "traveldroid";
wm.type = "hyprland";