diff --git a/instances/thinkstation/hm.nix b/instances/thinkstation/hm.nix index 9a5bb11..119449a 100644 --- a/instances/thinkstation/hm.nix +++ b/instances/thinkstation/hm.nix @@ -12,44 +12,44 @@ ]; }; packages = (builtins.attrValues { - # inherit (pkgs) - # # element-desktop # matrix client - # # evolution - # # freecad - # # krita - # # minecraft - # # mycrypto - # # pcmanfm - # # retroarchFull - # # shotwell - # # signal-desktop - # # slack - # # wineFull - # authenticator - # brave - # discord - # droidcam - # eog - # evince - # file-roller - # gallery-dl - # gnome-font-viewer - # gnome-screenshot - # gnome-system-monitor - # gucharmap - # inkscape - # keyboard-switch - # openvpn - # p7zip - # pavucontrol - # procps - # spotify - # tdesktop - # thunderbird - # transmission_4 - # wireguard-tools - # xournalpp - # ; + inherit (pkgs) + # # element-desktop # matrix client + # # evolution + # # freecad + # # krita + # # minecraft + # # mycrypto + # # pcmanfm + retroarch-free + # # shotwell + # # signal-desktop + # # slack + # # wineFull + # authenticator + # brave + # discord + # droidcam + # eog + # evince + # file-roller + # gallery-dl + # gnome-font-viewer + # gnome-screenshot + # gnome-system-monitor + # gucharmap + # inkscape + # keyboard-switch + # openvpn + # p7zip + # pavucontrol + # procps + # spotify + # tdesktop + # thunderbird + # transmission_4 + # wireguard-tools + # xournalpp + ; }) ++ [ pkgs.kitty.terminfo ]; }; @@ -143,5 +143,5 @@ # ../../modules/hm/zellij.nix ]; - home.stateVersion = "24.11"; + home. stateVersion = "24.11"; }