Fix rename

This commit is contained in:
Tibo De Peuter 2024-03-04 16:52:53 +01:00
parent 4004a048f6
commit e810827331
2 changed files with 3 additions and 7 deletions

View file

@ -74,7 +74,7 @@ in {
SCRIPT_DIR = ../../../../scripts;
};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
dejavu_fonts
font-awesome
noto-fonts

View file

@ -61,9 +61,6 @@ in {
icosystem # Personal icon theme
spotify-adblock
]) ++ (with pkgs-unstable; [
# logseq
# obsidian
brave
chafa # Terminal image viewer
duf # Df alternative
@ -72,6 +69,7 @@ in {
jellyfin-media-player
kitty
libreoffice-fresh
logseq
mpv
nextcloud-client
nsxiv # Lightweight image viewer
@ -96,9 +94,7 @@ in {
]);
pointerCursor = {
package = cursor.package;
name = cursor.name;
size = cursor.size;
inherit (cursor) package name size;
gtk.enable = true;
x11.enable = true;
};