change hardware-configuration.nix to a link. remove alacritty from laptop dotfiles
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../modules/game.nix ];
|
||||
imports = [ modules/game.nix ];
|
||||
|
||||
programs.alacritty.settings.font.size = 8;
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
[window]
|
||||
opacity = 0.90
|
||||
|
||||
[env]
|
||||
XTERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 8
|
Reference in New Issue
Block a user