mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add diskoConfigurations
This commit is contained in:
parent
4d8e6420e5
commit
a254150a88
5 changed files with 21 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{disko, ...}: {
|
||||
lib,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
|
|
@ -12,7 +12,11 @@ _: {
|
|||
environment = {
|
||||
noXlibs = lib.mkOverride 500 false;
|
||||
defaultPackages = [];
|
||||
systemPackages = [pkgs.gitMinimal pkgs.neovim];
|
||||
systemPackages = [
|
||||
pkgs.gitMinimal
|
||||
pkgs.neovim
|
||||
disko.packages.${pkgs.system}.default
|
||||
];
|
||||
variables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
|
@ -34,4 +38,5 @@ _: {
|
|||
auto-optimise-store = true;
|
||||
};
|
||||
};
|
||||
sound.enable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue