mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
chore: update flake, disable unifi by default
This commit is contained in:
parent
5d78bf6578
commit
1302f23133
11 changed files with 215 additions and 212 deletions
|
@ -27,13 +27,13 @@
|
|||
</fontconfig>
|
||||
'';
|
||||
|
||||
packages = with pkgs; [
|
||||
(pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
packages = [
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
pkgs.noto-fonts
|
||||
pkgs.noto-fonts-cjk-sans
|
||||
pkgs.noto-fonts-cjk-serif
|
||||
pkgs.noto-fonts-emoji
|
||||
pkgs.noto-fonts-extra
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -41,5 +41,6 @@
|
|||
actual = uidGid 970;
|
||||
flatpak = uidGid 969;
|
||||
plugdev.gid = 967;
|
||||
unifi = uidGid 968;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue