mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix monitors
This commit is contained in:
parent
2aa91c36d7
commit
02b0f4bc18
10 changed files with 48 additions and 35 deletions
|
|
@ -2,11 +2,6 @@
|
|||
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