Recreated flake files
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user