jj log revset
This commit is contained in:
parent
5d7ab7c414
commit
bf9b9eaafa
9 changed files with 2585 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue