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:
parent
2af6d9e2fb
commit
8990a63a1e
2 changed files with 51 additions and 11 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue