chore: Refresh pkgs
This commit is contained in:
parent
b25f1f9f4b
commit
ade31510a8
1 changed files with 17 additions and 13 deletions
|
@ -36,12 +36,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
corefonts # Calibri for Uni
|
corefonts # Calibri for Uni
|
||||||
font-awesome # Dependency of Vifm & zsh config
|
font-awesome # Dependency of Vifm & zsh config
|
||||||
letter # Personal font
|
letter # Personal font
|
||||||
noto-fonts-cjk # Dependency of Zellij config
|
noto-fonts-cjk # Dependency of Zellij config
|
||||||
noto-fonts # Dependency of Zellij config
|
noto-fonts # Dependency of Zellij config
|
||||||
vistafonts # Microsoft fonts
|
noto-fonts-color-emoji # Emoji's!
|
||||||
|
vistafonts # Microsoft fonts
|
||||||
];
|
];
|
||||||
|
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
|
@ -60,20 +61,21 @@ in {
|
||||||
packages = (with pkgs; [
|
packages = (with pkgs; [
|
||||||
cmdtime # Zsh plugin
|
cmdtime # Zsh plugin
|
||||||
icosystem # Personal icon theme
|
icosystem # Personal icon theme
|
||||||
|
nextcloud-client
|
||||||
spotify-adblock
|
spotify-adblock
|
||||||
]) ++ (with pkgs-unstable; [
|
]) ++ (with pkgs-unstable; [
|
||||||
brave
|
brave
|
||||||
chafa # Terminal image viewer
|
chafa # Terminal image viewer
|
||||||
duf # Df alternative
|
duf # Df alternative
|
||||||
|
feishin # Jellyfin music client
|
||||||
foot
|
foot
|
||||||
fzf
|
fzf
|
||||||
glow # Terminal Markdown renderer
|
glow # Terminal Markdown renderer
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
kitty
|
libreoffice-fresh # Office tools
|
||||||
libreoffice-fresh
|
# FIXME Waiting for electron version to update, now insecure.
|
||||||
logseq
|
# logseq # Note taking
|
||||||
mpv
|
mpv # Media player
|
||||||
nextcloud-client
|
|
||||||
nsxiv # Lightweight image viewer
|
nsxiv # Lightweight image viewer
|
||||||
qalculate-gtk # Calculator
|
qalculate-gtk # Calculator
|
||||||
spotify
|
spotify
|
||||||
|
@ -86,11 +88,13 @@ in {
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
|
|
||||||
# SMB
|
# SMB
|
||||||
cifs-utils psmisc
|
cifs-utils
|
||||||
|
psmisc
|
||||||
|
|
||||||
# Linters and LSPs
|
# Linters and LSPs
|
||||||
statix # Nix
|
statix # Nix
|
||||||
ruff pylint # Python
|
# TODO Move to devshells
|
||||||
|
# ruff pylint # Python
|
||||||
]);
|
]);
|
||||||
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
|
|
Loading…
Reference in a new issue