mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove legacy packages
This commit is contained in:
parent
6f8978ed77
commit
b9dd4618bb
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
audacity # Record audio stuff
|
||||||
|
obs-studio # Record video stuff
|
||||||
|
exiftool # Read exif data from CLI
|
||||||
pinta # "Paint.NET-like editor"
|
pinta # "Paint.NET-like editor"
|
||||||
kdenlive # Video editor
|
kdenlive # Video editor
|
||||||
translate-shell # Google Translate but in the CLI
|
translate-shell # Google Translate but in the CLI
|
||||||
|
|
@ -12,7 +15,6 @@
|
||||||
wdisplays
|
wdisplays
|
||||||
htop
|
htop
|
||||||
firefox
|
firefox
|
||||||
lxappearance
|
|
||||||
nsxiv
|
nsxiv
|
||||||
eza
|
eza
|
||||||
file
|
file
|
||||||
|
|
@ -23,15 +25,12 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
prismlauncher
|
prismlauncher
|
||||||
modrinth-app
|
|
||||||
lunar-client
|
lunar-client
|
||||||
jdk
|
jdk
|
||||||
ripgrep
|
ripgrep
|
||||||
yt-dlp
|
yt-dlp
|
||||||
wineWowPackages.wayland
|
wineWowPackages.wayland
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
tut
|
|
||||||
iamb
|
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue