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

View File

@ -1,8 +0,0 @@
[window]
opacity = 0.90
[env]
XTERM = "xterm-256color"
[font]
size = 8

View File

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