Updated olympus in packages.
This commit is contained in:
parent
11fe79bce3
commit
72025cf6af
|
|
@ -46,7 +46,7 @@ in {
|
||||||
mons = callPackage ../../pkgs/mons/mons.nix { };
|
mons = callPackage ../../pkgs/mons/mons.nix { };
|
||||||
archivo = callPackage ../../pkgs/archivo/archivo.nix { };
|
archivo = callPackage ../../pkgs/archivo/archivo.nix { };
|
||||||
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { };
|
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { };
|
||||||
olympus = callPackage ../../pkgs/olympus/olympus.nix { };
|
olympus = callPackage ../../pkgs/olympus/package.nix { };
|
||||||
kakmerge = callPackage ../../pkgs/kakmerge/kakmerge.nix { };
|
kakmerge = callPackage ../../pkgs/kakmerge/kakmerge.nix { };
|
||||||
in [ gcc tree-sitter ] ++ # Basic dev tools
|
in [ gcc tree-sitter ] ++ # Basic dev tools
|
||||||
[ marksman nil ] ++ # Language servers except those installed through package sections
|
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||||
|
|
@ -103,7 +103,10 @@ in {
|
||||||
josm
|
josm
|
||||||
activate-linux
|
activate-linux
|
||||||
] ++ # Personalized selection of graphical apps
|
] ++ # Personalized selection of graphical apps
|
||||||
[ olympus shticker-book-unwritten ] ++ # Games
|
[
|
||||||
|
olympus
|
||||||
|
shticker-book-unwritten
|
||||||
|
] ++ # Games
|
||||||
[ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages
|
[ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages
|
||||||
[
|
[
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue