mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

changelog: - fixed hyprland master window status - changed scaling factor in cool-retro-term config - updated styles for stylus - fixed theme for GNOME & GTK - added packages `pnpm` & `gpu-viewer` - fixed opengl - updated README
15 lines
264 B
Nix
15 lines
264 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
go
|
|
(python312Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
|
|
nodePackages_latest.nodejs
|
|
nodePackages_latest.pnpm
|
|
bun
|
|
lua
|
|
zig
|
|
numbat
|
|
];
|
|
}
|