created user package directory

This commit is contained in:
2024-12-22 23:02:34 +09:00
parent c05821755c
commit 442f46f622
23 changed files with 151 additions and 0 deletions

24
user/packages/default.nix Normal file
View File

@@ -0,0 +1,24 @@
{ ... }: {
imports = [
./chromium
./dbeaver
./firefox
./firefox-dev-edition
./gimp
./gitui
./inkscape
./kdenlive
./keepassxc
./libreoffice-fresh
./mangohud
./minecraft
./mpv
./obs-studio
./owncloud-client
./qtcreator
./thunderbird
./tldr
./vlc
./yt-dlp
];
}