mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] developer-specific packages in the relevant section
Re-enable adfs-rootless Remove system-wide clion install
This commit is contained in:
parent
bba0c6b404
commit
59e1b6f350
2 changed files with 18 additions and 20 deletions
|
|
@ -2,6 +2,7 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.aviallon.developer;
|
||||
generalCfg = config.aviallon.general;
|
||||
in {
|
||||
options.aviallon.developer = {
|
||||
enable = mkEnableOption "enable developer mode on this machine";
|
||||
|
|
@ -30,13 +31,21 @@ in {
|
|||
vulkan-tools
|
||||
gh # GitHub CLI
|
||||
|
||||
clinfo
|
||||
binutils
|
||||
cpuset
|
||||
gptfdisk # gdisk
|
||||
|
||||
gcc
|
||||
gnumake
|
||||
cmake
|
||||
|
||||
linux-manual man-pages man-pages-posix
|
||||
|
||||
linuxHeaders
|
||||
|
||||
libsForQt5.kdevelop
|
||||
jetbrains.clion
|
||||
# adbfs-rootless
|
||||
unstable.adbfs-rootless
|
||||
|
||||
amdctl
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue