refactor: split env vars by profile, move compositor modules out of base

This commit is contained in:
2026-03-04 20:07:15 +01:00
parent 1c15dc043d
commit 9cfbe1a050
4 changed files with 37 additions and 30 deletions
-4
View File
@@ -1,12 +1,9 @@
{ pkgs, ... }:
{
home.username = "ayman";
home.homeDirectory = "/home/ayman";
home.stateVersion = "24.11";
programs.home-manager.enable = true;
imports = [
./modules/theme.nix
./modules/zsh.nix
@@ -14,7 +11,6 @@
./modules/git.nix
./modules/env.nix
];
home.packages = with pkgs; [
ripgrep
fd