moved unfree packages, to its relevant places
This commit is contained in:
parent
faba8b6abe
commit
678d8bf351
@ -15,9 +15,7 @@
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
|
||||||
#dunst
|
|
||||||
#swww
|
#swww
|
||||||
#hyprshade
|
|
||||||
|
|
||||||
(writeShellScriptBin "dontkillsteam" ''
|
(writeShellScriptBin "dontkillsteam" ''
|
||||||
if [[ $(hyprctl activewindow -j | ${pkgs.jq}/bin/jq -r ".class") == "Steam" ]]; then
|
if [[ $(hyprctl activewindow -j | ${pkgs.jq}/bin/jq -r ".class") == "Steam" ]]; then
|
||||||
|
|||||||
@ -26,5 +26,10 @@
|
|||||||
#theme = spicePkgs.themes.catppuccin;
|
#theme = spicePkgs.themes.catppuccin;
|
||||||
#colorScheme = "mocha";
|
#colorScheme = "mocha";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [
|
||||||
|
"spotify"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -83,54 +83,4 @@
|
|||||||
nh
|
nh
|
||||||
nixd
|
nixd
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
|
||||||
builtins.elem (lib.getName pkg) [
|
|
||||||
"discord"
|
|
||||||
"spotify"
|
|
||||||
|
|
||||||
"pycharm"
|
|
||||||
"pycharm-professional"
|
|
||||||
|
|
||||||
"steam"
|
|
||||||
"steam-unwrapped"
|
|
||||||
|
|
||||||
"gitkraken"
|
|
||||||
|
|
||||||
# VSCODE
|
|
||||||
"vscode"
|
|
||||||
"vscode-extension-github-codespaces"
|
|
||||||
"vscode-extension-ms-vscode-remote-remote-ssh"
|
|
||||||
"vscode-extension-ms-vscode-remote-remote-ssh-edit"
|
|
||||||
"vscode-extension-github-copilot"
|
|
||||||
"vscode-extension-github-copilot-chat"
|
|
||||||
"vscode-extension-MS-python-vscode-pylance"
|
|
||||||
"vscode-extension-ms-dotnettools-csdevkit"
|
|
||||||
"vscode-extension-ms-dotnettools-vscodeintellicode-csharp"
|
|
||||||
|
|
||||||
# NVTOP
|
|
||||||
"nvtopPackages.full"
|
|
||||||
"cuda-merged"
|
|
||||||
"cuda_cuobjdump"
|
|
||||||
"cuda_gdb"
|
|
||||||
"cuda_nvcc"
|
|
||||||
"cuda_nvdisasm"
|
|
||||||
"cuda_nvprune"
|
|
||||||
"cuda_cccl"
|
|
||||||
"cuda_cudart"
|
|
||||||
"cuda_cupti"
|
|
||||||
"cuda_cuxxfilt"
|
|
||||||
"cuda_nvml_dev"
|
|
||||||
"cuda_nvrtc"
|
|
||||||
"cuda_nvtx"
|
|
||||||
"cuda_profiler_api"
|
|
||||||
"cuda_sanitizer_api"
|
|
||||||
"libcublas"
|
|
||||||
"libcusolver"
|
|
||||||
"libnvjitlink"
|
|
||||||
"libcusparse"
|
|
||||||
"libnpp"
|
|
||||||
"libcufft"
|
|
||||||
"libcurand"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,6 +27,20 @@
|
|||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [
|
||||||
|
# VSCODE
|
||||||
|
"vscode"
|
||||||
|
"vscode-extension-github-codespaces"
|
||||||
|
"vscode-extension-ms-vscode-remote-remote-ssh"
|
||||||
|
"vscode-extension-ms-vscode-remote-remote-ssh-edit"
|
||||||
|
"vscode-extension-github-copilot"
|
||||||
|
"vscode-extension-github-copilot-chat"
|
||||||
|
"vscode-extension-MS-python-vscode-pylance"
|
||||||
|
"vscode-extension-ms-dotnettools-csdevkit"
|
||||||
|
"vscode-extension-ms-dotnettools-vscodeintellicode-csharp"
|
||||||
|
];
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
@ -21,5 +21,10 @@
|
|||||||
github-cli
|
github-cli
|
||||||
gitkraken
|
gitkraken
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [
|
||||||
|
"gitkraken"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user