Delete modules/apps.nix

This commit is contained in:
ediblerope 2025-12-03 15:57:15 +00:00 committed by GitHub
parent e19ce816c1
commit ec1b75fcc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,39 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
appeditor
git
vlc
spotify
heroic
jellyfin
jellyfin-web
jellyfin-ffmpeg
qbittorrent
google-chrome
wayland-utils # Wayland utilities
wl-clipboard # Command-line copy/paste utilities for Wayland
appimage-run
kdePackages.kcalc # Calculator
kdePackages.kate #text editor
kdePackages.dolphin
font-awesome
gpu-screen-recorder
gpu-screen-recorder-gtk
discord
asciiquarium
cargo
ventoy-full-gtk
popsicle
];
nixpkgs.config.permittedInsecurePackages = [
"ventoy-gtk3-1.1.05"
];
}