Compare commits
2 Commits
2561688c04
...
244e005e95
Author | SHA1 | Date | |
---|---|---|---|
244e005e95 | |||
484e89aa9f |
@ -18,7 +18,7 @@
|
|||||||
./hosts/slab/nvidia-optimus.nix
|
./hosts/slab/nvidia-optimus.nix
|
||||||
./roles/remote.nix
|
./roles/remote.nix
|
||||||
./roles/desktop.nix
|
./roles/desktop.nix
|
||||||
./fragments/opengl.nix
|
./fragments/opengl.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nullbox = lib.nixosSystem {
|
nullbox = lib.nixosSystem {
|
||||||
@ -27,7 +27,7 @@
|
|||||||
./hosts/nullbox/configuration.nix
|
./hosts/nullbox/configuration.nix
|
||||||
./roles/remote.nix
|
./roles/remote.nix
|
||||||
./roles/desktop.nix
|
./roles/desktop.nix
|
||||||
./fragments/hardware/nvidia-modeset.nix
|
./fragments/hardware/nvidia-modeset.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
9
roles/debugging.nix
Normal file
9
roles/debugging.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{ config, lib, pkgs, ...}:
|
||||||
|
{
|
||||||
|
environment = {
|
||||||
|
enableDebugInfo = true;
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
gdb
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user