Changed how additonal home manager modules are imported. Started work on desktop environment specific specialisations. Started actually configuring hyprland
This commit is contained in:
9
plasma/plasma-home.nix
Normal file
9
plasma/plasma-home.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{pkgs, inputs, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
programs = {
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user