mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add hardware
This commit is contained in:
parent
7da8f05b24
commit
2aa91c36d7
4 changed files with 23 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
options.mods.terminal.tools.enable = lib.mkEnableOption "enables cli tools";
|
||||
|
||||
config = lib.mkIf config.mods.terminal.tools.enable {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = config.xdg.configFile."home";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# libraries
|
||||
glow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue