removes work specific files uses unified modules

This commit is contained in:
Dennis Schoepf 2025-12-06 14:29:53 +01:00
parent 80c8cdef62
commit 8d24fc479e
12 changed files with 169 additions and 491 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
home.username = "dennis";
@ -7,7 +7,7 @@
home.sessionVariables = {
EDITOR = "nvim";
GOPATH = "$HOME/go";
JAVA_HOME = "/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home";
JAVA_HOME = "/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home";
ANDROID_HOME = "$HOME/Library/Android/sdk";
};
@ -15,11 +15,10 @@
imports = [
../modules/git
../modules/fish/work.nix
../modules/atuin
../modules/zoxide
../modules/fish
../modules/wezterm
../modules/nvim
../modules/lazygit
];
programs.home-manager.enable = true;