Home Gen505 @ 2025-05-03-01:35 by jonas@comfy-station
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user