Compare commits

...

2 Commits

Author SHA1 Message Date
uttarayan21
97dd599e03 chore: Disable a bunch of unused apps
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
2026-01-03 03:28:12 +05:30
uttarayan21
ac69625809 feat: update Makefile 2025-12-30 19:08:36 +05:30
7 changed files with 23 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
.PHONY: darwin home default nixos just .PHONY: darwin home default nixos install
default: just default: install
just: install:
just sudo nixos-rebuild switch --flake . --builders '' --max-jobs 1
build: build:
sudo nixos-rebuild build --flake . --show-trace sudo nixos-rebuild build --flake . --show-trace

View File

@@ -13,10 +13,10 @@ lib.optionalAttrs device.hasGui {
./discord.nix ./discord.nix
./firefox.nix ./firefox.nix
./ghostty.nix ./ghostty.nix
./gimp.nix # ./gimp.nix
# ./guitarix.nix # ./guitarix.nix
./hyprpicker.nix ./hyprpicker.nix
./ida.nix # ./ida.nix
# ./jellyflix.nix # ./jellyflix.nix
# ./kicad.nix # ./kicad.nix
./kitty.nix ./kitty.nix
@@ -37,7 +37,7 @@ lib.optionalAttrs device.hasGui {
# ./vial.nix # ./vial.nix
./vicinae.nix ./vicinae.nix
./vlc.nix ./vlc.nix
./vscode.nix # ./vscode.nix
./wezterm.nix ./wezterm.nix
./zathura.nix ./zathura.nix
./zed.nix ./zed.nix

View File

@@ -4,7 +4,10 @@
... ...
}: { }: {
home.packages = lib.optionals pkgs.stdenv.isLinux [ home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.discord (pkgs.discord.override {
withOpenASAR = true;
withVencord = true;
})
pkgs.vesktop pkgs.vesktop
pkgs.discord-canary pkgs.discord-canary
pkgs.discord-ptb pkgs.discord-ptb

View File

@@ -19,28 +19,28 @@
./gh.nix ./gh.nix
./git.nix ./git.nix
./himalaya.nix ./himalaya.nix
./mpd.nix # ./mpd.nix
./ncpamixer.nix ./ncpamixer.nix
./neomutt.nix ./neomutt.nix
./neovim.nix ./neovim.nix
./nh.nix # ./nh.nix
./nix-index.nix ./nix-index.nix
./nushell.nix ./nushell.nix
./omnix.nix # ./omnix.nix
./opencode.nix ./opencode.nix
./retroarch.nix # ./retroarch.nix
./rustup.nix ./rustup.nix
./ryujinx.nix # ./ryujinx.nix
./sops.nix ./sops.nix
./ssh.nix ./ssh.nix
./starship.nix ./starship.nix
./sxiv.nix # ./sxiv.nix
./tea.nix # ./tea.nix
./television.nix ./television.nix
./tmux.nix ./tmux.nix
./tuifeed.nix # ./tuifeed.nix
./uv.nix ./uv.nix
./xh.nix # ./xh.nix
./yazi.nix ./yazi.nix
./yt-dlp.nix ./yt-dlp.nix
./zoxide.nix ./zoxide.nix

View File

@@ -543,6 +543,7 @@ in {
sqls.enable = true; sqls.enable = true;
pyright.enable = true; pyright.enable = true;
slint_lsp.enable = true; slint_lsp.enable = true;
wgsl_analyzer.enable = true;
# sourcekit.enable = true; # sourcekit.enable = true;
openscad_lsp.enable = true; openscad_lsp.enable = true;
tinymist.enable = true; tinymist.enable = true;
@@ -851,6 +852,5 @@ in {
pkgs.lua pkgs.lua
pkgs.ripgrep pkgs.ripgrep
pkgs.nodejs-slim pkgs.nodejs-slim
pkgs.qwen-code
]; ];
} }

View File

@@ -2,7 +2,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wlx-overlay-s wlx-overlay-s
wayvr-dashboard wayvr-dashboard
bs-manager # bs-manager
monado-vulkan-layers monado-vulkan-layers
# envision # envision
]; ];

View File

@@ -1,6 +1,6 @@
{device, ...}: { {device, ...}: {
imports = [ imports = [
./immich-machine-learning.nix # ./immich-machine-learning.nix
]; ];
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = true;