nix-on-droid update
This commit is contained in:
parent
0a2e2faa0a
commit
76fa552ece
|
@ -38,6 +38,7 @@
|
|||
inherit domain;
|
||||
inherit mail;
|
||||
inherit nixpath;
|
||||
inherit pkgs-stable;
|
||||
};
|
||||
};
|
||||
nixosConfigurations = {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
marksman
|
||||
pandoc
|
||||
multimarkdown
|
||||
md2pdf
|
||||
# md2pdf
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue