wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 00:03:10 +01:00
parent d998708665
commit 83b513af9c
3 changed files with 17 additions and 42 deletions

View file

@ -0,0 +1,16 @@
{ pkgs, ... }:
{
programs.fuzzel = {
enable = true;
settings = {
main = {
terminal = "${pkgs.wezterm}/bin/wezterm";
layer = "overlay";
};
colors = {
background = "#0f0b15";
};
};
};
}