Home Gen505 @ 2025-05-03-01:35 by jonas@comfy-station

This commit is contained in:
2025-05-03 01:35:34 +02:00
parent 7add5e0db6
commit 9a5d27a7b1
13 changed files with 396 additions and 400 deletions

View File

@@ -1,9 +1,7 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/doom
../modules/home/firefox.nix
../modules/home/hyprland
../modules/home/kdeconnect.nix
../modules/home/kitty
../modules/home/nextcloud
@@ -28,10 +26,11 @@
age.keyFile = "${home.homeDirectory}/.config/sops/age/keys.txt";
};
doom.enable = true;
doom.enableCopilot = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
# hive modules
hive.doom.enable = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543