mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
package cleanup
This commit is contained in:
parent
2fbee81297
commit
fbbb68ee06
5 changed files with 31 additions and 37 deletions
|
@ -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.
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue