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,6 +1,5 @@
{...}: {
imports = [
../modules/home/doom
../modules/home/ranger
../modules/home/zsh
];
@@ -10,9 +9,11 @@
home.username = "jonas";
home.homeDirectory = "/home/jonas";
doom.enable = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
# hive modules
hive.nix-scripts.enable = true;
hive.doom.enable = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release