1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
nixos/users/ellmau/mako.nix
Stefan Ellmauthaler bb8c8a8c04
Fixing a couple of issues with sway
still not poished enough for using it as a production system
2022-08-16 11:58:16 +02:00

11 lines
194 B
Nix

{ config, pkgs, ...}:
{
programs.mako = {
enable = true;
iconPath = "${pkgs.numix-icon-theme}";
font = "Hasklug Nerd Font 10";
};
home.packages = [ pkgs.numix-icon-theme ];
}