mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch to webcord, got from master branch waiting for it to add to unstable
This commit is contained in:
parent
6143e3ff50
commit
476b42f8af
4 changed files with 7 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
fonts = with pkgs; [overpass nerdfonts-overpass material-design-icons];
|
||||
fontDir.enable = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
|
|
@ -8,6 +9,8 @@
|
|||
sansSerif = ["Overpass" "Overpass Nerd Font" "Material Design Icons"];
|
||||
monospace = ["Overpass Mono" "OverpassMono Nerd Font" "Material Design Icons"];
|
||||
};
|
||||
hinting.enable = true;
|
||||
antialias = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
vlc #play stuff
|
||||
bitwarden #store stuff
|
||||
qbittorrent #steal stuff
|
||||
discord # talk to people (gross)
|
||||
webcord # talk to people (gross)
|
||||
feh #for wallpaper
|
||||
xfce.mousepad
|
||||
brightnessctl #brightness control for laptop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue