mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
This commit is contained in:
parent
ccfa4fdb4f
commit
e79499c35f
11 changed files with 261 additions and 301 deletions
|
|
@ -50,5 +50,9 @@
|
|||
shells = with pkgs; [fish];
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [nerdfonts meslo-lgs-nf];
|
||||
fonts.packages = with pkgs; [meslo-lgs-nf] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
services.udev.packages = [
|
||||
pkgs.platformio-core.udev
|
||||
pkgs.openocd
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue