Add files via upload

This commit is contained in:
ediblerope 2025-08-13 09:16:00 +01:00 committed by GitHub
parent 9a901cb6b7
commit d167bc68a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 263 additions and 123 deletions

39
modules/apps.nix Normal file
View file

@ -0,0 +1,39 @@
{ 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"
];
}