This commit is contained in:
2025-02-16 20:56:14 +02:00
parent 6dd9f5c9c3
commit 5606369d4a
10 changed files with 546 additions and 0 deletions

View 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"
];
};
}