aspi: add more packages to make nixos installation work

This commit is contained in:
2024-06-12 22:47:58 +02:00
parent 692c22d94c
commit a6043713c9
3 changed files with 191 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
home.homeDirectory = "/home/julian";
modules = {
non-nixos.is-nixos = false;
non-nixos.is-nixos = true;
shell = {
# zsh.enable = true;
fish.enable = true;
@@ -60,6 +60,7 @@
(lib.frajul.my-helper-function lazygit)
languagetool
wireguard-tools
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
@@ -70,8 +71,11 @@
## My scripts
pkgs.frajul.deploy-to-pianopi
pkgs.frajul.edit-config
];
] ++ lib.lists.concatMap (packages-list-file: import packages-list-file { inherit pkgs; })
[
./fonts.nix
./packages.nix
];
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;