feat: adds conditionla flag to condense home configs and adds eza and bat
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2023-09-22 16:23:23 -05:00
parent 65e5bbe377
commit 56d9926c31
3 changed files with 12 additions and 105 deletions

View File

@@ -10,6 +10,7 @@
homeManager.nixosModules.home-manager {
home-manager.extraSpecialArgs = {
inherit mysd;
withGUI = true;
};
home-manager.useGlobalPkgs = true;
home-manager.users.deepak = {
@@ -26,10 +27,11 @@
homeManager.nixosModules.home-manager {
home-manager.extraSpecialArgs = {
inherit mysd;
withGUI = false;
};
home-manager.useGlobalPkgs = true;
home-manager.users.deepak = {
imports = [ ../home/deepak/home_no_gui.nix ];
imports = [ ../home/deepak/home.nix ];
};
}
NixOS-WSL.nixosModules.wsl