Updated olympus in packages.
This commit is contained in:
parent
11fe79bce3
commit
72025cf6af
|
|
@ -46,7 +46,7 @@ in {
|
|||
mons = callPackage ../../pkgs/mons/mons.nix { };
|
||||
archivo = callPackage ../../pkgs/archivo/archivo.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 { };
|
||||
in [ gcc tree-sitter ] ++ # Basic dev tools
|
||||
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||
|
|
@ -103,7 +103,10 @@ in {
|
|||
josm
|
||||
activate-linux
|
||||
] ++ # 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
|
||||
[
|
||||
noto-fonts
|
||||
|
|
|
|||
Loading…
Reference in a new issue