nix-on-droid update
This commit is contained in:
parent
0a2e2faa0a
commit
76fa552ece
|
@ -38,6 +38,7 @@
|
||||||
inherit domain;
|
inherit domain;
|
||||||
inherit mail;
|
inherit mail;
|
||||||
inherit nixpath;
|
inherit nixpath;
|
||||||
|
inherit pkgs-stable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
domain,
|
domain,
|
||||||
nixpath,
|
nixpath,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-stable,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
mail = {
|
mail = {
|
||||||
|
@ -61,6 +62,7 @@ in {
|
||||||
inherit domain;
|
inherit domain;
|
||||||
inherit nixpath;
|
inherit nixpath;
|
||||||
inherit mail;
|
inherit mail;
|
||||||
|
inherit pkgs-stable;
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
|
@ -2,13 +2,10 @@
|
||||||
home.enableNixpkgsReleaseCheck = false;
|
home.enableNixpkgsReleaseCheck = false;
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/programs/bat
|
../../modules/programs/bat
|
||||||
../../modules/programs/tmux
|
|
||||||
../../modules/programs/mail
|
|
||||||
../../modules/programs/yazi
|
../../modules/programs/yazi
|
||||||
../../modules/programs/zsh
|
../../modules/programs/zsh
|
||||||
../../modules/programs/git
|
../../modules/programs/git
|
||||||
../../modules/programs/helix
|
../../modules/programs/helix
|
||||||
../../modules/programs/newsboat
|
|
||||||
../../modules/programs/zoxide
|
../../modules/programs/zoxide
|
||||||
../../modules/programs/btop
|
../../modules/programs/btop
|
||||||
../../modules/programs/misc
|
../../modules/programs/misc
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
marksman
|
marksman
|
||||||
pandoc
|
pandoc
|
||||||
multimarkdown
|
multimarkdown
|
||||||
md2pdf
|
# md2pdf
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue