mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +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";
|
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";
|
vm = "nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2";
|
||||||
sw = "sudo nixos-rebuild switch --flake .";
|
sw = "sudo nixos-rebuild switch --flake .";
|
||||||
tf = "treefmt";
|
|
||||||
mgs = "mgitstatus";
|
mgs = "mgitstatus";
|
||||||
ncu = "ncu --interactive --format group";
|
ncu = "ncu --interactive --format group";
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ in
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprdim
|
hyprdim
|
||||||
hyprnome
|
hyprnome
|
||||||
hyprshade
|
|
||||||
swww
|
swww
|
||||||
grimblast
|
grimblast
|
||||||
brightnessctl
|
brightnessctl
|
||||||
@ -26,7 +25,6 @@ in
|
|||||||
lnch
|
lnch
|
||||||
wev
|
wev
|
||||||
wf-recorder
|
wf-recorder
|
||||||
lutgen
|
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
@ -176,7 +176,6 @@ in
|
|||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
anki
|
anki
|
||||||
pulseaudio
|
pulseaudio
|
||||||
glib
|
|
||||||
grim
|
grim
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
;
|
;
|
||||||
|
@ -19,7 +19,6 @@ in
|
|||||||
|
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
jq
|
jq
|
||||||
eza
|
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
@ -29,7 +28,6 @@ in
|
|||||||
choose
|
choose
|
||||||
sd
|
sd
|
||||||
rustscan
|
rustscan
|
||||||
treefmt
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
sox
|
sox
|
||||||
asak
|
asak
|
||||||
|
Loading…
x
Reference in New Issue
Block a user