mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): formatted with nixfmt-rfc-style
This commit is contained in:
parent
36a2265325
commit
23404db605
40 changed files with 574 additions and 474 deletions
|
|
@ -4,8 +4,9 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
} @ input: {
|
||||
imports = [./fonts.nix];
|
||||
}@input:
|
||||
{
|
||||
imports = [ ./fonts.nix ];
|
||||
|
||||
home.homeDirectory = lib.mkForce "/Users/leana";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ pkgs, myPkgs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
myPkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
myPkgs.hiosevka-nerd-font-mono
|
||||
myPkgs.hiosevka-nerd-font-propo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue