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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -10,7 +10,6 @@
|
||||
users.users.bug.packages = with pkgs; [
|
||||
mission-center
|
||||
baobab
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user