chore: Disable a bunch of unused apps
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -13,10 +13,10 @@ lib.optionalAttrs device.hasGui {
|
||||
./discord.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./gimp.nix
|
||||
# ./gimp.nix
|
||||
# ./guitarix.nix
|
||||
./hyprpicker.nix
|
||||
./ida.nix
|
||||
# ./ida.nix
|
||||
# ./jellyflix.nix
|
||||
# ./kicad.nix
|
||||
./kitty.nix
|
||||
@@ -37,7 +37,7 @@ lib.optionalAttrs device.hasGui {
|
||||
# ./vial.nix
|
||||
./vicinae.nix
|
||||
./vlc.nix
|
||||
./vscode.nix
|
||||
# ./vscode.nix
|
||||
./wezterm.nix
|
||||
./zathura.nix
|
||||
./zed.nix
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.discord
|
||||
(pkgs.discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
pkgs.vesktop
|
||||
pkgs.discord-canary
|
||||
pkgs.discord-ptb
|
||||
|
||||
@@ -19,28 +19,28 @@
|
||||
./gh.nix
|
||||
./git.nix
|
||||
./himalaya.nix
|
||||
./mpd.nix
|
||||
# ./mpd.nix
|
||||
./ncpamixer.nix
|
||||
./neomutt.nix
|
||||
./neovim.nix
|
||||
./nh.nix
|
||||
# ./nh.nix
|
||||
./nix-index.nix
|
||||
./nushell.nix
|
||||
./omnix.nix
|
||||
# ./omnix.nix
|
||||
./opencode.nix
|
||||
./retroarch.nix
|
||||
# ./retroarch.nix
|
||||
./rustup.nix
|
||||
./ryujinx.nix
|
||||
# ./ryujinx.nix
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./sxiv.nix
|
||||
./tea.nix
|
||||
# ./sxiv.nix
|
||||
# ./tea.nix
|
||||
./television.nix
|
||||
./tmux.nix
|
||||
./tuifeed.nix
|
||||
# ./tuifeed.nix
|
||||
./uv.nix
|
||||
./xh.nix
|
||||
# ./xh.nix
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
|
||||
@@ -543,6 +543,7 @@ in {
|
||||
sqls.enable = true;
|
||||
pyright.enable = true;
|
||||
slint_lsp.enable = true;
|
||||
wgsl_analyzer.enable = true;
|
||||
# sourcekit.enable = true;
|
||||
openscad_lsp.enable = true;
|
||||
tinymist.enable = true;
|
||||
@@ -851,6 +852,5 @@ in {
|
||||
pkgs.lua
|
||||
pkgs.ripgrep
|
||||
pkgs.nodejs-slim
|
||||
pkgs.qwen-code
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlx-overlay-s
|
||||
wayvr-dashboard
|
||||
bs-manager
|
||||
# bs-manager
|
||||
monado-vulkan-layers
|
||||
# envision
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{device, ...}: {
|
||||
imports = [
|
||||
./immich-machine-learning.nix
|
||||
# ./immich-machine-learning.nix
|
||||
];
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user