fix things
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
system/modules/firmware/*
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./system/machine/MBP-Asahi/configuration.nix
|
./system/machine/MBP-Asahi/configuration.nix
|
||||||
./emmathorpe/user.nix
|
./emmathorpe/user.nix
|
||||||
./emmathorpe/swaymw.nix
|
./emmathorpe/swaywm.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Specify path to peripheral firmware files.
|
# Specify path to peripheral firmware files.
|
||||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
hardware.asahi.peripheralFirmwareDirectory = ../../modules/firmware;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
# services.xserver.xkb.layout = "us";
|
# services.xserver.xkb.layout = "us";
|
||||||
|
|||||||
Reference in New Issue
Block a user