continue refactor, home modules are actual modules and remove some useless files
This commit is contained in:
6
homeConfigs/hosts/modules/game.nix
Normal file
6
homeConfigs/hosts/modules/game.nix
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[lutris mangohud];
|
||||
}
|
Reference in New Issue
Block a user