aerial: fix some minor things
This commit is contained in:
parent
2bee635ce3
commit
5a8d68c0cc
5 changed files with 46 additions and 31 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue