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