mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add awakened-poe-trade
This commit is contained in:
parent
fe9ded7d17
commit
5e3fc24985
4 changed files with 58 additions and 14 deletions
|
@ -24,19 +24,19 @@
|
|||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
appimage-run
|
||||
chromium
|
||||
feh
|
||||
gamescope
|
||||
obsidian
|
||||
pavucontrol
|
||||
pinentry-gnome # For yubikey, gnome = gtk3 variant
|
||||
thunderbird
|
||||
xdg-utils
|
||||
xdragon
|
||||
yt-dlp
|
||||
zathura
|
||||
packages = [
|
||||
pkgs.appimage-run
|
||||
pkgs.chromium
|
||||
pkgs.feh
|
||||
pkgs.gamescope
|
||||
pkgs.obsidian
|
||||
pkgs.pavucontrol
|
||||
pkgs.pinentry-gnome # For yubikey, gnome = gtk3 variant
|
||||
pkgs.thunderbird
|
||||
pkgs.xdg-utils
|
||||
pkgs.xdragon
|
||||
pkgs.yt-dlp
|
||||
pkgs.zathura
|
||||
];
|
||||
|
||||
# TODO yubikey pinentry is curses but should be graphical
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./minecraft.nix
|
||||
./bottles.nix
|
||||
|
@ -7,4 +7,8 @@
|
|||
home.persistence."/persist".directories = [
|
||||
".local/share/pobfrontend" # Path of Building
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.awakened-poe-trade
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue