From 6ca9a44e24a5ca59b42236bee82141f5d9556198 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Wed, 21 May 2025 20:03:01 +0100 Subject: [PATCH] fix things --- .gitignore | 1 + flake.nix | 2 +- system/machine/MBP-Asahi/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eaa4b89 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +system/modules/firmware/* diff --git a/flake.nix b/flake.nix index 360bd5b..83b3f84 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ modules = [ ./system/machine/MBP-Asahi/configuration.nix ./emmathorpe/user.nix - ./emmathorpe/swaymw.nix + ./emmathorpe/swaywm.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; diff --git a/system/machine/MBP-Asahi/configuration.nix b/system/machine/MBP-Asahi/configuration.nix index 911e055..4b27dde 100644 --- a/system/machine/MBP-Asahi/configuration.nix +++ b/system/machine/MBP-Asahi/configuration.nix @@ -49,7 +49,7 @@ nixpkgs.config.allowUnfree = true; # Specify path to peripheral firmware files. - hardware.asahi.peripheralFirmwareDirectory = ./firmware; + hardware.asahi.peripheralFirmwareDirectory = ../../modules/firmware; # Configure keymap in X11 # services.xserver.xkb.layout = "us";