diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-08 02:03:19 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-08 02:03:19 +0530 |
| commit | 34d86d83e848020764f419458ca888532893eec3 (patch) | |
| tree | e806e485c28edf658e02fea032cd6ed14b0078e8 /hosts | |
| parent | 819cba6808c560628ec46176297a76219cebf9b4 (diff) | |
tmux wrapped terminal script
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/common.nix | 3 | ||||
| -rw-r--r-- | hosts/nixios/default.nix | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 17f5c92..a6ec249 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -147,13 +147,14 @@ fonts.packages = with pkgs; [ ioskeley-input nerd-fonts.symbols-only + nerd-fonts.jetbrains-mono # ioskeley-mono # maple-mono.NF - # nerd-fonts.jetbrains-mono ]; fonts.fontconfig.defaultFonts.monospace = [ "IosevkaInput" + "JetBrainsMono Nerd Font" "Symbols Nerd Font" ]; diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix index 7920378..18b2474 100644 --- a/hosts/nixios/default.nix +++ b/hosts/nixios/default.nix @@ -25,7 +25,7 @@ windowManagers = { mango.enable = false; hyprland.enable = true; - dwm.enable = true; + dwm.enable = false; }; }; |
