Add initial legacy configuration

This commit is contained in:
Fabian Hauser 2025-02-22 20:27:25 +02:00
parent febfe1d970
commit db07652d99
64 changed files with 3287 additions and 13 deletions

16
home-modules/default.nix Normal file
View file

@ -0,0 +1,16 @@
{
...
}:
{
imports = [
./applications
./theme
./multimedia.nix
./mimetypes.nix
];
systemd.user.targets.tray.Unit = {
Description = "Home Manager System Tray";
Requires = [ "graphical-session-pre.target" ];
};
}