aerial: fix some minor things

This commit is contained in:
41666 2023-12-20 19:00:59 -05:00
parent 2bee635ce3
commit 5a8d68c0cc
5 changed files with 46 additions and 31 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
imports = [
../common
../common/home-user.nix
@ -6,4 +6,10 @@
../../features/kitty.nix
../../features/vesktop
];
home.packages = with pkgs; [
transmission-gtk
];
programs.kitty.settings.font_size = 12;
}