diff --git a/home-manager/i3.nix b/home-manager/i3.nix index cd1609a..9a72f70 100644 --- a/home-manager/i3.nix +++ b/home-manager/i3.nix @@ -8,7 +8,7 @@ in { windowManager.i3 = { enable = true; config = { - modMask = mod; + modifier = mod; # fonts = ["DejaVu Sans Mono, FontAwesome 6"]; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ef0726a..3adfe85 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -6,7 +6,7 @@ # You can import other NixOS modules here imports = [ # If you want to use modules from other flakes (such as nixos-hardware): - inputs.hardware.nixosModules.common-cpu-amd + # inputs.hardware.nixosModules.common-cpu-amd # inputs.hardware.nixosModules.common-gpu-nvidia # You can also split up your configuration and import pieces of it here: