seprate hosts in submodules and started adding desktop pc configuration
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[ heroic ];
|
||||
services.picom.package = pkgs.picom-pijulius;
|
||||
imports = [ ../modules/game.nix ];
|
||||
home.file = {
|
||||
".config/alacritty".source = dotfiles/config/alacritty;
|
||||
};
|
||||
|
6
homes/modules/game.nix
Normal file
6
homes/modules/game.nix
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[ heroic ];
|
||||
}
|
Reference in New Issue
Block a user