factorize home configuration in flake.nix
This commit is contained in:
parent
1a0086f941
commit
210b1b435c
2 changed files with 50 additions and 86 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue