mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
fix fonts.nix
This commit is contained in:
parent
33feca796c
commit
6b551fb01d
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./tofi.nix
|
||||
./fonts.nx
|
||||
./fonts.nix
|
||||
./mako.nix
|
||||
./niri
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(import ../../../../pkgs/fonts/kose.nix {
|
||||
(import ../../../pkgs/fonts/kose.nix {
|
||||
inherit pkgs lib;
|
||||
inherit (pkgs) stdenvNoCC;
|
||||
})
|
||||
(import ../../../../pkgs/fonts/hugmetight.nix {
|
||||
(import ../../../pkgs/fonts/hugmetight.nix {
|
||||
inherit pkgs lib;
|
||||
inherit (pkgs) stdenvNoCC;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue