another cobalt snapshot, moving towards niri

This commit is contained in:
Jay Looney 2025-11-25 22:14:03 -06:00
parent 02f530c6b9
commit d8591cb70d
3 changed files with 23 additions and 8 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./calibre.nix
./fonts.nix
];
zw.calibre.enable = true;
@ -37,10 +38,4 @@
};
# screen sharing /w hyp
services.dbus.enable = true;
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.iosevka
atkinson-hyperlegible
];
}