1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add LoL

This commit is contained in:
oddlama 2023-09-08 18:08:36 +02:00
parent 2af6d9e2fb
commit 8990a63a1e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 51 additions and 11 deletions

View file

@ -1,14 +1,21 @@
{pkgs, ...}: {
imports = [
#./games/league-of-legends.nix
#./games/steam.nix
./discord.nix
./firefox.nix
./kitty.nix
./signal.nix
./sway.nix
];
{
lib,
pkgs,
nixosConfig,
...
}: {
imports =
[
./discord.nix
./firefox.nix
./kitty.nix
./signal.nix
./sway.nix
]
++ lib.optionals (nixosConfig.node.name == "potksed") [
./games/lutris.nix
#./games/steam.nix
];
home = {
packages = with pkgs; [