mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 16:07:59 +00:00
ref: nix
This commit is contained in:
parent
bc479e1cac
commit
78a82fbe18
20 changed files with 282 additions and 224 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, wired, ... }: {
|
||||
|
||||
{
|
||||
pkgs,
|
||||
wired,
|
||||
...
|
||||
}: {
|
||||
home.pointerCursor = {
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
|
|
@ -10,7 +13,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
# fonts
|
||||
(nerdfonts.override { fonts = [ "CascadiaCode" "JetBrainsMono" "Meslo" ]; })
|
||||
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
|
||||
lmodern
|
||||
noto-fonts
|
||||
noto-fonts-lgc-plus
|
||||
|
|
@ -89,5 +92,4 @@
|
|||
'';
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue