diff --git a/emmathorpe/home.nix b/emmathorpe/home.nix index 3573257..1ef33b6 100644 --- a/emmathorpe/home.nix +++ b/emmathorpe/home.nix @@ -23,7 +23,6 @@ fi ''; envExtra = '' - export EDITOR=vim alias cls=clear ''; }; @@ -62,5 +61,9 @@ MOZ_USE_XINPUT2 = "1"; # only needed for Sway XDG_CURRENT_DESKTOP = "sway"; + }; + programs.vim = { + enable = true; + defaultEditor = true; }; } diff --git a/emmathorpe/swaywm.nix b/emmathorpe/swaywm.nix index e319278..c48f652 100644 --- a/emmathorpe/swaywm.nix +++ b/emmathorpe/swaywm.nix @@ -24,7 +24,7 @@ in export WINIT_UNIX_BACKEND=x11 export MOZ_ENABLE_WAYLAND=1 ''; - extraPackages = with pkgs; [ brightnessctl foot grim swayidle swaylock i3status-rust sway-launcher-desktop dunst ]; + extraPackages = with pkgs; [ brightnessctl foot grim swayidle swaylock i3status-rust sway-launcher-desktop dunst pavucontrol ]; }; fonts.packages = with pkgs; [ noto-fonts diff --git a/system/machine/MBP-Asahi/configuration.nix b/system/machine/MBP-Asahi/configuration.nix index 4b27dde..931e384 100644 --- a/system/machine/MBP-Asahi/configuration.nix +++ b/system/machine/MBP-Asahi/configuration.nix @@ -83,7 +83,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget git asahi-bless diff --git a/system/modules/firmware/all_firmware.tar.gz b/system/modules/firmware/all_firmware.tar.gz new file mode 100755 index 0000000..08262a4 Binary files /dev/null and b/system/modules/firmware/all_firmware.tar.gz differ diff --git a/system/modules/firmware/kernelcache.release.mac14j b/system/modules/firmware/kernelcache.release.mac14j new file mode 100755 index 0000000..9f95e2b Binary files /dev/null and b/system/modules/firmware/kernelcache.release.mac14j differ