change hardware-configuration.nix to a link. remove alacritty from laptop dotfiles

This commit is contained in:
2024-10-17 18:57:09 +02:00
parent ed9a284136
commit d655ae76ad
4 changed files with 4 additions and 51 deletions

7
homes/laptop.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [ modules/game.nix ];
programs.alacritty.settings.font.size = 8;
}