mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: renamed home -> homeConfigurations
This commit is contained in:
parent
5b95c43559
commit
6d1844ebf0
16 changed files with 0 additions and 0 deletions
13
nix/homeConfigurations/tungsten/fonts.nix
Normal file
13
nix/homeConfigurations/tungsten/fonts.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) myPkgs;
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
myPkgs.hiosevka-nerd-font-mono
|
||||
pkgs.jetbrains-mono
|
||||
|
||||
pkgs.lmodern
|
||||
pkgs.cascadia-code
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue