home/natto: delete unused
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -66,6 +66,7 @@ in
|
|||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
spotify
|
||||||
playerctl
|
playerctl
|
||||||
mpc_cli
|
mpc_cli
|
||||||
(ncmpcpp.override {
|
(ncmpcpp.override {
|
||||||
@@ -81,10 +82,6 @@ in
|
|||||||
source = ./config/ncmpcpp/config;
|
source = ./config/ncmpcpp/config;
|
||||||
target = "${config.xdg.configHome}/ncmpcpp/config";
|
target = "${config.xdg.configHome}/ncmpcpp/config";
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
# LV2_PATH = lib.makeSearchPath "lib/lv2" (with pkgs; [ calf ]);
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -6,7 +6,6 @@
|
|||||||
wireplumber
|
wireplumber
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
spotify
|
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
@@ -21,7 +20,7 @@
|
|||||||
cachix
|
cachix
|
||||||
steam-run
|
steam-run
|
||||||
|
|
||||||
# GUI utils
|
# GUI
|
||||||
vesktop
|
vesktop
|
||||||
(xfce.thunar.override {
|
(xfce.thunar.override {
|
||||||
thunarPlugins = with xfce; [
|
thunarPlugins = with xfce; [
|
||||||
@@ -38,8 +37,6 @@
|
|||||||
zenity
|
zenity
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
anki
|
|
||||||
tor-browser-bundle-bin
|
|
||||||
mailcap
|
mailcap
|
||||||
libsForQt5.qtstyleplugins
|
libsForQt5.qtstyleplugins
|
||||||
] ++ lib.optionals config.isLaptop [
|
] ++ lib.optionals config.isLaptop [
|
||||||
|
Reference in New Issue
Block a user