aspi: add more packages to make nixos installation work
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user