add monolith draft

This commit is contained in:
2025-05-04 01:53:35 +02:00
parent 723bd05f41
commit 0cd4b2ae6d
3 changed files with 100 additions and 69 deletions

View File

@@ -1,8 +1,4 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
];
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "jonas";
@@ -13,15 +9,21 @@
};
# hive moduless
hive.hyprland.enable = true;
hive.kitty.enable = true;
hive.nextcloud.enable = true;
hive.ranger.enable = true;
hive.zsh.enable = true;
hive.doom.enable = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.firefox = {
enable = true;
plasmaIntegration = true;
passFF = true;
};
hive.kdeconnect.enable = true;
hive.nextcloud.enable = true;
hive.ranger.enable = true;
hive.themes.layan.enable = true;
hive.yubikey.enable = true;
hive.zsh.enable = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543