jj log revset

This commit is contained in:
iofq 2025-06-10 21:40:40 -05:00
parent 5d7ab7c414
commit bf9b9eaafa
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
9 changed files with 2585 additions and 8 deletions

View file

@ -4,11 +4,11 @@
attrs,
...
}: {
inputs.home-manager.useGlobalPkgs = true;
"e" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit inputs attrs;
useGlobalPkgs = true;
host = {
hostName = "t14";
inherit (attrs) username;
@ -20,10 +20,10 @@
];
};
"minimal" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit inputs attrs;
targets.genericLinux.enable = true;
useGlobalPkgs = true;
host = {
hostName = "e";
inherit (attrs) username;