Port Kurin's changes
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
hasGui = config.services.dbus.implementation == "dbus";
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Languages
|
||||
@@ -8,7 +10,5 @@
|
||||
just
|
||||
nodejs
|
||||
gcc
|
||||
|
||||
wireshark
|
||||
];
|
||||
] ++ (if hasGui then [pkgs.wireshark-qt] else []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user