refactor: remove obsolete configuration file, update flake.lock, and modify package list

This commit is contained in:
2025-02-10 12:43:10 +01:00
parent 7093779d4a
commit bf1e867923
5 changed files with 15 additions and 13 deletions

View File

@ -25,7 +25,6 @@
## Chat Apps
betterdiscordctl
vesktop
signal-desktop
## Multimedia
plex-media-player

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
php83
];
}