eldrid
This commit is contained in:
15
hosts/eldrid/users/user/home-configuration.nix
Normal file
15
hosts/eldrid/users/user/home-configuration.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{inputs, ...}: {
|
||||
imports = with inputs; [
|
||||
self.homeModules.desktop
|
||||
self.homeModules.programs
|
||||
./programs.nix
|
||||
./flatpak.nix
|
||||
];
|
||||
desktop.hyprland.enable = true;
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user