refactor: split env vars by profile, move compositor modules out of base
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user