add fonts to programs
This commit is contained in:
parent
94f26e3fe5
commit
11096d534a
39
programs.nix
39
programs.nix
@ -5,18 +5,26 @@
|
||||
home.packages = with pkgs; [
|
||||
# List of programs
|
||||
thunderbird
|
||||
signal-desktop
|
||||
vscodium
|
||||
vlc
|
||||
keepassxc
|
||||
alacritty
|
||||
logseq
|
||||
okular
|
||||
firefox
|
||||
borgbackup
|
||||
|
||||
#signal-desktop
|
||||
vscodium # ide
|
||||
vlc # video player
|
||||
keepassxc # password manager
|
||||
alacritty # terminal emulator
|
||||
#logseq # note taking organization
|
||||
okular # pdf viewer
|
||||
firefox # browser
|
||||
borgbackup # system/data bakups
|
||||
filezilla # ftp client
|
||||
#inetutils # ftp cli
|
||||
discord
|
||||
|
||||
# utility
|
||||
ranger
|
||||
vimiv-qt
|
||||
zip
|
||||
unzip
|
||||
htop
|
||||
btop
|
||||
pulsemixer
|
||||
brightnessctl
|
||||
gammastep # color temperature
|
||||
@ -27,6 +35,10 @@
|
||||
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
|
||||
mako # notification system developed by swaywm maintainer
|
||||
|
||||
# secret management
|
||||
age
|
||||
sops
|
||||
|
||||
# steam deck touch compability in non-steam games
|
||||
#caribou
|
||||
#evtest # for input key testing
|
||||
@ -35,7 +47,10 @@
|
||||
# # overrides. You can do that directly here, just don't forget the
|
||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
||||
# # fonts?
|
||||
(pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||
|
||||
#(pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||
nerd-fonts.fantasque-sans-mono
|
||||
nerd-fonts.droid-sans-mono
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.hack
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user