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