best practices: get rid of with pkgs;
This commit is contained in:
@@ -11,25 +11,26 @@
|
||||
};
|
||||
config = lib.mkIf config.my.apps.art.enable {
|
||||
users.users.jawz.packages =
|
||||
(with pkgs; [
|
||||
gimp # the coolest bestest art program to never exist
|
||||
krita # art to your heart desire!
|
||||
# mypaint # not the best art program
|
||||
# mypaint-brushes # but it's got some
|
||||
# mypaint-brushes1 # nice damn brushes
|
||||
blender # cgi animation and sculpting
|
||||
drawpile # arty party with friends!!
|
||||
pureref # create inspiration/reference boards
|
||||
])
|
||||
++ (
|
||||
if config.my.dev.gameDev.enable then
|
||||
with pkgs;
|
||||
[
|
||||
let
|
||||
gdPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
godot_4 # game development
|
||||
gdtoolkit_4 # gdscript language server
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
);
|
||||
;
|
||||
};
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
gimp # the coolest bestest art program to never exist
|
||||
krita # art to your heart desire!
|
||||
# mypaint # not the best art program
|
||||
# mypaint-brushes # but it's got some
|
||||
# mypaint-brushes1 # nice damn brushes
|
||||
blender # cgi animation and sculpting
|
||||
drawpile # arty party with friends!!
|
||||
pureref # create inspiration/reference boards
|
||||
;
|
||||
};
|
||||
in
|
||||
packages ++ (if config.my.dev.gameDev.enable then gdPackages else [ ]);
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,11 +7,15 @@
|
||||
{
|
||||
options.my.apps.dictionaries.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.dictionaries.enable {
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
hunspell
|
||||
hunspellDicts.it_IT
|
||||
hunspellDicts.es_MX
|
||||
hunspellDicts.en_CA-large
|
||||
];
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
hunspell
|
||||
;
|
||||
inherit (pkgs.hunspellDicts)
|
||||
it_IT
|
||||
es_MX
|
||||
en_CA-large
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,11 +7,13 @@
|
||||
{
|
||||
options.my.apps.fonts.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.fonts.enable {
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
nerdfonts
|
||||
symbola
|
||||
comic-neue
|
||||
cascadia-code
|
||||
];
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
nerdfonts
|
||||
symbola
|
||||
comic-neue
|
||||
cascadia-code
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,26 +19,36 @@
|
||||
platformOptimizations.enable = true;
|
||||
};
|
||||
};
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
shipwright # zelda OoT port
|
||||
mangohud # fps & stats overlay
|
||||
lutris # games launcher & emulator hub
|
||||
cartridges # games launcher
|
||||
gamemode # optimizes linux to have better gaming performance
|
||||
heroic # install epic games
|
||||
protonup-qt # update proton-ge
|
||||
ns-usbloader # load games into my switch
|
||||
(callPackage ../../pkgs/polymc/default.nix { }) # minecraft launcher
|
||||
# minecraft # minecraft official launcher
|
||||
users.users.jawz.packages =
|
||||
let
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
shipwright # zelda OoT port
|
||||
mangohud # fps & stats overlay
|
||||
lutris # games launcher & emulator hub
|
||||
cartridges # games launcher
|
||||
gamemode # optimizes linux to have better gaming performance
|
||||
heroic # install epic games
|
||||
protonup-qt # update proton-ge
|
||||
ns-usbloader # load games into my switch
|
||||
# minecraft # minecraft official launcher
|
||||
|
||||
# emulators
|
||||
rpcs3 # ps3
|
||||
pcsx2 # ps2
|
||||
cemu # wii u
|
||||
dolphin-emu # wii
|
||||
snes9x-gtk # snes
|
||||
ryujinx # switch
|
||||
(callPackage ../../pkgs/citra/default.nix { branch = "nightly"; }) # 3ds
|
||||
];
|
||||
# emulators
|
||||
rpcs3 # ps3
|
||||
pcsx2 # ps2
|
||||
cemu # wii u
|
||||
dolphin-emu # wii
|
||||
snes9x-gtk # snes
|
||||
ryujinx # switch
|
||||
;
|
||||
};
|
||||
customPackages = [
|
||||
# minecraft launcher
|
||||
(pkgs.callPackage ../../pkgs/polymc/default.nix { })
|
||||
# 3Ds emulator
|
||||
(pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; })
|
||||
];
|
||||
in
|
||||
packages ++ customPackages;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,22 +23,25 @@
|
||||
users.users.jawz.packages =
|
||||
let
|
||||
vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
warp # transfer files with based ppl
|
||||
brave # crypto-browser that at least somewhat integrates with gtk
|
||||
nextcloud-client # self-hosted google-drive alternative
|
||||
fragments # beautiful torrent client
|
||||
protonmail-bridge # bridge for protonmail
|
||||
tor-browser-bundle-bin # dark web, so dark!
|
||||
chromium # web browser with spyware included
|
||||
telegram-desktop # furry chat
|
||||
nicotine-plus # remember Ares?
|
||||
vesktop # screen share with audio discord
|
||||
discord # :3
|
||||
teamspeak5_client # ppl say they will use this...?
|
||||
# hugo # website engine
|
||||
;
|
||||
};
|
||||
in
|
||||
(with pkgs; [
|
||||
warp # transfer files with based ppl
|
||||
brave # crypto-browser that at least somewhat integrates with gtk
|
||||
nextcloud-client # self-hosted google-drive alternative
|
||||
fragments # beautiful torrent client
|
||||
protonmail-bridge # bridge for protonmail
|
||||
tor-browser-bundle-bin # dark web, so dark!
|
||||
chromium # web browser with spyware included
|
||||
telegram-desktop # furry chat
|
||||
nicotine-plus # remember Ares?
|
||||
vesktop # screen share with audio discord
|
||||
discord # :3
|
||||
teamspeak5_client # ppl say they will use this...?
|
||||
# hugo # website engine
|
||||
])
|
||||
packages
|
||||
++ [
|
||||
vdhcoapp # video download helper assistant
|
||||
inputs.zen-browser.packages.x86_64-linux.default
|
||||
|
||||
@@ -7,15 +7,17 @@
|
||||
{
|
||||
options.my.apps.misc.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.misc.enable {
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
# celeste # sync tool for any cloud provider
|
||||
# czkawka # duplicate finder
|
||||
# sequeler # friendly SQL client
|
||||
collector # stores things and throws them anywhere
|
||||
blanket # background noise
|
||||
metadata-cleaner # remove any metadata and geolocation from files
|
||||
pika-backup # backups
|
||||
gnome-obfuscate # censor private information
|
||||
];
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# celeste # sync tool for any cloud provider
|
||||
# czkawka # duplicate finder
|
||||
# sequeler # friendly SQL client
|
||||
collector # stores things and throws them anywhere
|
||||
blanket # background noise
|
||||
metadata-cleaner # remove any metadata and geolocation from files
|
||||
pika-backup # backups
|
||||
gnome-obfuscate # censor private information
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,19 +7,21 @@
|
||||
{
|
||||
options.my.apps.multimedia.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.multimedia.enable {
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
pitivi # video editor
|
||||
celluloid # video player
|
||||
curtail # image compressor
|
||||
easyeffects # equalizer
|
||||
handbrake # video converter, may be unnecessary
|
||||
identity # compare images or videos
|
||||
mousai # poor man shazam
|
||||
shortwave # listen to world radio
|
||||
tagger # tag music files
|
||||
# cozy # audiobooks player
|
||||
# gnome-podcasts # podcast player
|
||||
# hakuneko # manga & comic GUI downloader
|
||||
];
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
pitivi # video editor
|
||||
celluloid # video player
|
||||
curtail # image compressor
|
||||
easyeffects # equalizer
|
||||
handbrake # video converter, may be unnecessary
|
||||
identity # compare images or videos
|
||||
mousai # poor man shazam
|
||||
shortwave # listen to world radio
|
||||
tagger # tag music files
|
||||
# cozy # audiobooks player
|
||||
# gnome-podcasts # podcast player
|
||||
# hakuneko # manga & comic GUI downloader
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,15 +8,17 @@
|
||||
options.my.apps.office.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.office.enable {
|
||||
environment.variables.CALIBRE_USE_SYSTEM_THEME = "1";
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
libreoffice # office, but based
|
||||
calibre # ugly af eBook library manager
|
||||
newsflash # feed reader, syncs with nextcloud
|
||||
furtherance # I packaged this one tehee track time utility
|
||||
planify # let's pretend I will organize my tasks
|
||||
# foliate # gtk eBook reader
|
||||
# wike # gtk wikipedia wow!
|
||||
# denaro # manage your finances
|
||||
];
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
libreoffice # office, but based
|
||||
calibre # ugly af eBook library manager
|
||||
newsflash # feed reader, syncs with nextcloud
|
||||
furtherance # I packaged this one tehee track time utility
|
||||
planify # let's pretend I will organize my tasks
|
||||
# foliate # gtk eBook reader
|
||||
# wike # gtk wikipedia wow!
|
||||
# denaro # manage your finances
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user