pkgs: add fonts
This commit is contained in:
parent
d1b0c7fab6
commit
c51585cfe7
1 changed files with 4 additions and 19 deletions
|
@ -170,6 +170,7 @@ in
|
|||
"audio"
|
||||
"libvirtd"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
|
@ -186,21 +187,6 @@ in
|
|||
services.gnome.gnome-keyring.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
#programs.sway = {
|
||||
#enable = true;
|
||||
#wrapperFeatures.gtk = true;
|
||||
#extraPackages = with pkgs; [
|
||||
#waybar
|
||||
#grim
|
||||
#slurp
|
||||
#wl-clipboard
|
||||
#swaynotificationcenter
|
||||
#swaybg
|
||||
#swaylock
|
||||
#swayidle
|
||||
#];
|
||||
#};
|
||||
|
||||
environment.sessionVariables = {
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
XDG_CONFIG_HOME = "$HOME/.config";
|
||||
|
@ -225,7 +211,6 @@ in
|
|||
fish
|
||||
nextcloud-client
|
||||
git
|
||||
keepassxc
|
||||
firefox
|
||||
htop
|
||||
alacritty
|
||||
|
@ -246,9 +231,9 @@ in
|
|||
fonts = with pkgs; {
|
||||
packages = [
|
||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||
#noto-fonts
|
||||
#noto-fonts-extra
|
||||
#noto-fonts-cjk-sans
|
||||
jigmo
|
||||
d2coding
|
||||
last-resort
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue