mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/desktop-default: cleanup
This commit is contained in:
parent
3e7b2d3279
commit
2977c9c8b5
2 changed files with 17 additions and 18 deletions
|
@ -24,9 +24,8 @@
|
||||||
arc-kde-theme
|
arc-kde-theme
|
||||||
arc-theme
|
arc-theme
|
||||||
evince
|
evince
|
||||||
firefox-wayland
|
firefox
|
||||||
#geary
|
ghostwriter
|
||||||
unstable.ghostwriter
|
|
||||||
(gimp-with-plugins.override {
|
(gimp-with-plugins.override {
|
||||||
plugins = with gimpPlugins; [
|
plugins = with gimpPlugins; [
|
||||||
resynthesizer
|
resynthesizer
|
||||||
|
@ -42,11 +41,19 @@
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
keepassxc
|
keepassxc
|
||||||
keychain
|
keychain
|
||||||
konsole
|
|
||||||
libnotify
|
libnotify
|
||||||
libreoffice
|
libreoffice
|
||||||
lollypop
|
lollypop
|
||||||
unstable.newsflash
|
(mpv.override {
|
||||||
|
scripts = with mpvScripts; [
|
||||||
|
convert
|
||||||
|
mpris
|
||||||
|
simple-mpv-webui
|
||||||
|
sponsorblock
|
||||||
|
thumbnail
|
||||||
|
];
|
||||||
|
})
|
||||||
|
newsflash
|
||||||
numix-cursor-theme
|
numix-cursor-theme
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
numix-icon-theme-circle
|
numix-icon-theme-circle
|
||||||
|
@ -60,31 +67,22 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
virtmanager
|
virtmanager
|
||||||
vlc
|
vlc
|
||||||
(mpv-with-scripts.override {
|
|
||||||
scripts = with mpvScripts; [
|
|
||||||
convert
|
|
||||||
mpris
|
|
||||||
simple-mpv-webui
|
|
||||||
sponsorblock
|
|
||||||
thumbnail
|
|
||||||
];
|
|
||||||
})
|
|
||||||
wayvnc
|
wayvnc
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zathura
|
zathura
|
||||||
zeal
|
zeal
|
||||||
|
|
||||||
# TODO sort them in different files
|
# TODO sort them in different files
|
||||||
pdfgrep
|
|
||||||
physlock
|
|
||||||
#symlinks
|
#symlinks
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable firmware update daemon
|
# Enable firmware update daemon
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark = {
|
||||||
programs.wireshark.package = pkgs.wireshark;
|
enable = true;
|
||||||
|
package = pkgs.wireshark;
|
||||||
|
};
|
||||||
|
|
||||||
services.accounts-daemon.enable = true;
|
services.accounts-daemon.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ in
|
||||||
mp3gain
|
mp3gain
|
||||||
mp3splt # splitting mp3 files
|
mp3splt # splitting mp3 files
|
||||||
mp3val
|
mp3val
|
||||||
|
pdfgrep # grep in pdfs
|
||||||
pdfsam-basic # pdf editing
|
pdfsam-basic # pdf editing
|
||||||
picard # music tagging
|
picard # music tagging
|
||||||
projectm # visualization of music
|
projectm # visualization of music
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue