🚀 add howdy
This commit is contained in:
parent
0e664ab358
commit
97f95b7a96
6 changed files with 127 additions and 30 deletions
|
|
@ -62,6 +62,8 @@
|
|||
url = "github:SenchoPens/base16.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
howdy.url = "git+https://git.sr.ht/~moritzboehme/howdy";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -84,6 +86,7 @@
|
|||
self.overlays.default
|
||||
inputs.utils.overlay
|
||||
inputs.emacs-overlay.overlay
|
||||
inputs.howdy.overlays.default
|
||||
];
|
||||
|
||||
###############
|
||||
|
|
@ -108,6 +111,7 @@
|
|||
}
|
||||
inputs.agenix.nixosModules.age
|
||||
inputs.base16.nixosModule
|
||||
inputs.howdy.nixosModules.default
|
||||
];
|
||||
|
||||
hosts.nixos-laptop.modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue