package cleanup

This commit is contained in:
Rouven Seifert 2023-05-21 13:50:49 +02:00
parent 2fbee81297
commit fbbb68ee06
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 31 additions and 37 deletions

View file

@ -1,5 +1,9 @@
{ pkgs, ... }:
{
# nodejs 16 is EOL but bitwarden depends on it
nixpkgs.config.permittedInsecurePackages = [
"nodejs-16.20.0"
];
# fixes pam entries for swaylock
security.pam.services.swaylock.text = ''
# Account management.

View file

@ -4,17 +4,14 @@
# essentials
wpa_supplicant_gui # manage wifi
# pcmanfm # rock solid file manager
xfce.thunar
xdg-utils # used for xdg-open
snapper-gui
kleopatra
# graphics
evince # pdf viewer
gimp
mpv # best video player out there
yt-dlp # youtube downloader
ffmpeg
# sound
@ -41,20 +38,20 @@
yubikey-manager
yubikey-manager-qt
yubioath-flutter
# bitwarden
bitwarden
pass
# misc
neofetch # obligatory
virt-manager
ventoy
jetbrains.idea-community
nix-output-monitor
duf # better df
powerline-fonts
croc # send files anywhere
powerline-fonts
pass
# programming languages
cargo
rustc
rustfmt
# libs
libyubikey
@ -64,8 +61,6 @@
# })
];
programs.obs-studio.enable = true;
xdg.mimeApps = {
enable = true;
defaultApplications =