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
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user