nix-on-droid update

This commit is contained in:
joy 2024-11-19 08:34:38 +01:00
parent 0a2e2faa0a
commit 76fa552ece
4 changed files with 4 additions and 4 deletions

View file

@ -38,6 +38,7 @@
inherit domain;
inherit mail;
inherit nixpath;
inherit pkgs-stable;
};
};
nixosConfigurations = {

View file

@ -4,6 +4,7 @@
domain,
nixpath,
pkgs,
pkgs-stable,
...
}: let
mail = {
@ -61,6 +62,7 @@ in {
inherit domain;
inherit nixpath;
inherit mail;
inherit pkgs-stable;
};
config = {
home.stateVersion = "24.05";

View file

@ -2,13 +2,10 @@
home.enableNixpkgsReleaseCheck = false;
imports = [
../../modules/programs/bat
../../modules/programs/tmux
../../modules/programs/mail
../../modules/programs/yazi
../../modules/programs/zsh
../../modules/programs/git
../../modules/programs/helix
../../modules/programs/newsboat
../../modules/programs/zoxide
../../modules/programs/btop
../../modules/programs/misc

View file

@ -41,6 +41,6 @@
marksman
pandoc
multimarkdown
md2pdf
# md2pdf
];
}