oh boy, disko, updates, etc

This commit is contained in:
mjallen18
2025-05-14 13:20:20 -05:00
parent e16e0e82e5
commit 7bdf93a58c
13 changed files with 359 additions and 103 deletions

View File

@@ -13,7 +13,7 @@ in
enable = true;
configurationLimit = 5;
extraInstallCommands = ''
${pkgs.uutils-coreutils}/bin/echo "timeout 0
${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
console-mode 1
default nixos-*" > /boot/loader/loader.conf
'';

View File

@@ -10,7 +10,7 @@
../default.nix
./boot.nix
./jovian.nix
./hardware-configuration.nix
# ./hardware-configuration.nix
];
nixpkgs.config.allowUnfree = true;
@@ -110,7 +110,7 @@
];
nix-index = {
enable = true;
enableBashIntegration = true;
enableBashIntegration = false;
enableZshIntegration = true;
};
};