mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable steam and gate gaming options behind option
This commit is contained in:
parent
69b0166a6b
commit
35e51873b8
4 changed files with 41 additions and 3 deletions
|
@ -12,13 +12,14 @@
|
|||
./signal.nix
|
||||
./sway.nix
|
||||
]
|
||||
++ lib.optionals (nixosConfig.node.name == "potksed") [
|
||||
++ lib.optionals nixosConfig.graphical.gaming.enable [
|
||||
./games/lutris.nix
|
||||
#./games/steam.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
appimage-run
|
||||
yt-dlp
|
||||
thunderbird
|
||||
chromium
|
||||
zathura
|
||||
|
@ -26,6 +27,7 @@
|
|||
sirula
|
||||
];
|
||||
|
||||
# TODO emoji in firefox are wrong
|
||||
# TODO screenshot selection/all and copy clipboard
|
||||
# TODO screenshot selection/all and save
|
||||
# TODO screenshot selection and scan qr and copy clipboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue