git updates update tmux conf add ansible tools squash me squash fix: get git aliases from plugin virt stuff add devenv some virt updates kubernetes
20 lines
321 B
Nix
20 lines
321 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./alacritty.nix
|
|
./fuzzel.nix
|
|
];
|
|
|
|
fonts.fontconfig.enable = true;
|
|
|
|
# Bluetooth power alerts
|
|
services.poweralertd.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
# fonts
|
|
rPackages.fontawesome
|
|
nerdfonts
|
|
ubuntu_font_family
|
|
noto-fonts-cjk-sans
|
|
yt-dlp
|
|
];
|
|
}
|