Skip to content

Commit

Permalink
fix: renamed pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Jul 12, 2024
1 parent f7d6752 commit 9a6b9b7
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions hm/profiles/gnome/apps/developer.nix
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
{ inputs
, config
, lib
, pkgs
, ...
}:
{
imports = [
#./dbus.nix
#./dev-design.nix
#./dev-docs.nix
#./dev-utils.nix
];

{ config, lib, pkgs, ... }: {
home.packages = [
pkgs.aviator # # Merge JSON/YAML files
pkgs.blackbox-terminal # # GTK4 terminal application
pkgs.cambalache # # Rapid application development for GTK4/GTK3
pkgs.gitg # # Graphical Git client
pkgs.gnome-builder # # IDE for developing GNOME apps
pkgs.gnome-doc-utils # # Documentation utils
pkgs.gnome.dconf-editor # # Dconf setting editor
pkgs.gnome.devhelp # # Developer documentation viewer
pkgs.gnome.ghex # # GTK hex editor
pkgs.gnome.zenity # #
pkgs.dconf-editor # # Dconf setting editor
pkgs.devhelp # # Developer documentation viewer
pkgs.ghex # # GTK hex editor
pkgs.zenity # #

pkgs.elastic # # Design spring animations
pkgs.meld # # Visual diff
Expand Down

0 comments on commit 9a6b9b7

Please sign in to comment.