factorize home configuration in flake.nix

This commit is contained in:
Antoine Vaure 2025-09-03 16:24:14 +02:00
parent 1a0086f941
commit 210b1b435c
2 changed files with 50 additions and 86 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, options, pkgs, ... }:
{ lib, config, options, pkgs, inputs, ... }:
let
defaultTerminal = "st";
alacrittyLightTheme = "${pkgs.alacritty-theme}/night_owlish_light.toml";
@ -114,6 +114,8 @@ in
};
home.packages = with pkgs; [
inputs.st-flexipatch.packages.${system}.st
gentium
nerd-fonts.noto
nerd-fonts.hack