summaryrefslogtreecommitdiff
path: root/machines/lemptop.nix
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-01-19 13:41:29 +0100
committerMike Vink <mike@pionative.com>2025-01-19 14:01:28 +0100
commit6d83cc53aa950a8f8e6c8fbabdda8abddebea027 (patch)
tree87ce2bd40927adde5901a704b5b5f5ef42cf9fea /machines/lemptop.nix
parent43dc363075520d6ddcdb82307f2808c1ba44b0ac (diff)
lemptop changes
Diffstat (limited to 'machines/lemptop.nix')
-rw-r--r--machines/lemptop.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/machines/lemptop.nix b/machines/lemptop.nix
index 7f820ec..bd24dd7 100644
--- a/machines/lemptop.nix
+++ b/machines/lemptop.nix
@@ -36,8 +36,8 @@ with lib;
-----END CERTIFICATE-----
'';
};
- my.shell = pkgs.zsh;
- environment.shells = [pkgs.bashInteractive pkgs.zsh];
+ my.shell = pkgs.nushell;
+ environment.shells = [pkgs.bashInteractive pkgs.zsh pkgs.nushell];
environment.pathsToLink = [ "/share/zsh" ];
programs.zsh.enable = true;
@@ -66,7 +66,6 @@ with lib;
virtualisation.docker.enable = true;
programs.nix-ld.enable = true;
- sound.enable = false;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@@ -84,7 +83,7 @@ with lib;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- boot.kernelPackages = pkgs.linuxPackages_latest;
+ # boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];