ops/nixos: switch from iosevka to iosevka-bin
This commit is contained in:
parent
e25a1ba6c4
commit
e43e0a4e25
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ in
|
|||
my.home-manager.imports = lib.mkAfter [ ./home-manager/graphical-client.nix ];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
iosevka
|
||||
iosevka-bin
|
||||
];
|
||||
services.udev.packages = [ pkgs.qFlipper ];
|
||||
services.pcscd.enable = true;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
package = depot.pkgs.iosevka;
|
||||
package = depot.pkgs.iosevka-bin;
|
||||
name = "Iosevka";
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue