Add lutris
This commit is contained in:
1
home.nix
1
home.nix
@@ -100,6 +100,7 @@ with import <nixpkgs> {};
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/applications/emacs/default.nix
|
./modules/applications/emacs/default.nix
|
||||||
|
./modules/games/lutris/default.nix
|
||||||
./modules/window_managers/hyprland/default.nix
|
./modules/window_managers/hyprland/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
7
modules/games/lutris/default.nix
Normal file
7
modules/games/lutris/default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.lutris
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user