mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: stop using with
namespace pollution
This commit is contained in:
parent
6877096a26
commit
10b33e5584
15 changed files with 132 additions and 125 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, myPkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
home.packages = [
|
||||
myPkgs.hiosevka-nerd-font-mono
|
||||
myPkgs.hiosevka-nerd-font-propo
|
||||
jetbrains-mono
|
||||
pkgs.jetbrains-mono
|
||||
|
||||
lmodern
|
||||
cascadia-code
|
||||
pkgs.lmodern
|
||||
pkgs.cascadia-code
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue