mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move all home configurations to homeModules
export them
This commit is contained in:
parent
2c5e75f3e7
commit
ce26e04e9c
14 changed files with 8 additions and 3 deletions
13
nix/homeModules/named/bismuth/fonts.nix
Normal file
13
nix/homeModules/named/bismuth/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