Set up fonts.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user