push
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ inputs, ... }: {
|
||||
den.aspects.fetch = {
|
||||
homeManager = { ... }: {
|
||||
imports = [ inputs.fetch.homeManagerModules.default ];
|
||||
|
||||
programs.fetch = {
|
||||
enable = true;
|
||||
|
||||
info = [
|
||||
"os"
|
||||
"kernel"
|
||||
"uptime"
|
||||
];
|
||||
|
||||
speed = 1.0;
|
||||
spin = "xy";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user