feat(pkgs): adding some dev pkgs to sobotka and dig as default

This commit is contained in:
2025-10-05 19:27:15 +02:00
parent 3306598f8a
commit 15a20dd8e0
3 changed files with 10 additions and 12 deletions

6
flake.lock generated
View File

@@ -803,11 +803,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1759530922,
"narHash": "sha256-9NgZKpibALekGTPDc2O8lP8vFealQSZkXe+L+S7MMZU=",
"lastModified": 1759674289,
"narHash": "sha256-k5rLyuqOpiks2nKINgPmzui1cpi03tMdabQFmITI7/w=",
"owner": "hyprwm",
"repo": "hyprland",
"rev": "76d998743ac10e712238c1016db4d8e8d16f1049",
"rev": "cfac27251af5df4352f747c4539ea9f65450f05a",
"type": "github"
},
"original": {

View File

@@ -109,7 +109,7 @@
enable = true;
};
dev = {
enable = false;
enable = true;
};
};
mysql-workbench = {

View File

@@ -3,17 +3,16 @@
config,
lib,
...
}:
let
inherit (lib)
}: let
inherit
(lib)
mkIf
mkOption
mkMerge
types
;
cfg = config.nixos.programs.pkgs;
in
{
in {
options = {
nixos.programs.pkgs = {
enable = mkOption {
@@ -51,8 +50,7 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages =
with pkgs;
environment.systemPackages = with pkgs;
mkMerge [
[
pciutils
@@ -78,6 +76,7 @@ in
openssl
xmrig
ocl-icd
dig
]
(mkIf cfg.common.enable [
@@ -110,7 +109,6 @@ in
(mkIf cfg.server.enable [
nvtopPackages.intel
nvtopPackages.amd
dig
helix
zfs
zfstools