Set up fonts.

This commit is contained in:
Tom Alexander
2024-12-20 16:07:12 -05:00
parent 3b133ed86c
commit 20c1c46d12
3 changed files with 129 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
./roles/sway
./roles/emacs
./roles/git
./roles/fonts
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -79,9 +80,9 @@
file
usbutils # for lsusb
pciutils # for lspci
mesa-demos # for glxgears
vulkan-tools # for vkcube
xorg.xeyes # to test which windows are using x11
mesa-demos # for glxgears TODO move to better role
vulkan-tools # for vkcube TODO move to better role
xorg.xeyes # to test which windows are using x11 TODO move to better role
];
services.openssh = {