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; SCRIPT_DIR = ../../../../scripts;
}; };
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
dejavu_fonts dejavu_fonts
font-awesome font-awesome
noto-fonts noto-fonts

View file

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