Fix rename
This commit is contained in:
parent
4004a048f6
commit
e810827331
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue