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";