Changed how additonal home manager modules are imported. Started work on desktop environment specific specialisations. Started actually configuring hyprland

This commit is contained in:
2025-11-11 10:59:44 +01:00
parent 12daec0fee
commit ee522bd869
12 changed files with 312 additions and 90 deletions

9
plasma/plasma-home.nix Normal file
View File

@ -0,0 +1,9 @@
{pkgs, inputs, ...}:
{
imports = [
];
programs = {
};
}