mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): reworked flake entry point
This commit is contained in:
parent
a5c009f77c
commit
377150ddd2
19 changed files with 46 additions and 29 deletions
9
nix/home/bismuth/default.nix
Normal file
9
nix/home/bismuth/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{audio-lint, ...}: {
|
||||
imports = [./fonts.nix];
|
||||
|
||||
home.homeDirectory = "/Users/leana";
|
||||
|
||||
home.packages = [
|
||||
audio-lint
|
||||
];
|
||||
}
|
||||
14
nix/home/bismuth/fonts.nix
Normal file
14
nix/home/bismuth/fonts.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
mypkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
mypkgs.hiosevka-nerd-font-mono
|
||||
mypkgs.hiosevka-nerd-font-propo
|
||||
jetbrains-mono
|
||||
|
||||
lmodern
|
||||
cascadia-code
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue