mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +02:00
chore: Drop unused packages
Note that glib was supposedly added for mounting-related things, but this should be possible to upstream into the derivation instead if it hasn't been added already.
This commit is contained in:
parent
4e2fda8b4e
commit
1cede2c75b
@ -110,7 +110,6 @@
|
||||
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
||||
vm = "nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2";
|
||||
sw = "sudo nixos-rebuild switch --flake .";
|
||||
tf = "treefmt";
|
||||
mgs = "mgitstatus";
|
||||
ncu = "ncu --interactive --format group";
|
||||
|
||||
|
@ -18,7 +18,6 @@ in
|
||||
home.packages = with pkgs; [
|
||||
hyprdim
|
||||
hyprnome
|
||||
hyprshade
|
||||
swww
|
||||
grimblast
|
||||
brightnessctl
|
||||
@ -26,7 +25,6 @@ in
|
||||
lnch
|
||||
wev
|
||||
wf-recorder
|
||||
lutgen
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
@ -176,7 +176,6 @@ in
|
||||
inherit (pkgs)
|
||||
anki
|
||||
pulseaudio
|
||||
glib
|
||||
grim
|
||||
wl-clipboard-rs
|
||||
;
|
||||
|
@ -19,7 +19,6 @@ in
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
jq
|
||||
eza
|
||||
fd
|
||||
fzf
|
||||
ripgrep
|
||||
@ -29,7 +28,6 @@ in
|
||||
choose
|
||||
sd
|
||||
rustscan
|
||||
treefmt
|
||||
yt-dlp
|
||||
sox
|
||||
asak
|
||||
|
Loading…
x
Reference in New Issue
Block a user