main #5

Merged
Lithospherical merged 59 commits from jan-leila/nix-config:main into main 2025-08-27 15:36:39 +00:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 060e6ef037 - Show all commits

View file

@ -1,4 +1,5 @@
{
pkgs,
config,
osConfig,
...
@ -82,5 +83,12 @@
# EDITOR = "emacs";
};
};
# TODO: move this into a fonts module
home.packages = with pkgs; [
aileron
nerd-fonts.open-dyslexic
];
fonts.fontconfig.enable = true;
};
}

View file

@ -67,8 +67,6 @@ in {
home.packages = (
(with pkgs; [
aileron
proxmark3
])
++ (