Recreated flake files
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
inputs.home-manager.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
@@ -23,6 +24,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
# Enable Home Manager for the user
|
||||||
|
home-manager.users.${user.username} = {
|
||||||
|
enable = true;
|
||||||
|
homeDirectory = user.homeDirectory;
|
||||||
|
};
|
||||||
|
|
||||||
# Minimal settings that must be defined here
|
# Minimal settings that must be defined here
|
||||||
networking.hostName = "traveldroid";
|
networking.hostName = "traveldroid";
|
||||||
wm.type = "hyprland";
|
wm.type = "hyprland";
|
||||||
|
|||||||
Reference in New Issue
Block a user