add chaotic nyx
This commit is contained in:
@@ -12,11 +12,13 @@ in
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.chaotic.nixosModules.default
|
||||
./disk-config.nix
|
||||
./config/imp.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_cachyos-lts;
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
@@ -88,7 +90,6 @@ in
|
||||
settings = lib.importTOML "${config.programs.starship.package}/share/starship/presets/nerd-font-symbols.toml";
|
||||
};
|
||||
|
||||
|
||||
services.getty.autologinUser = null;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [
|
||||
|
||||
Reference in New Issue
Block a user