mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 15:31:22 +02:00
refactor: fonts (#194)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
../base/ssh.nix
|
||||
../base/user-group.nix
|
||||
|
||||
../../base.nix
|
||||
../../base
|
||||
];
|
||||
|
||||
# Fix: jasper is marked as broken, refusing to evaluate.
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
../base/ssh.nix
|
||||
../base/user-group.nix
|
||||
|
||||
../../base.nix
|
||||
../../base
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
../base
|
||||
../../base.nix
|
||||
../../base
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user