exwm is finally stable enough to be across all user-facing machines

This commit is contained in:
Benson Chu 2024-08-02 08:22:13 -05:00
parent 1ae2c057ee
commit d1ff60f81c
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,9 @@
{ inputs, config, pkgs, ... }:
{
imports = [
./exwm.nix
];
# Enable sound with pipewire.
sound.enable = true;

View file

@ -10,7 +10,6 @@
../../common/development-machine.nix
../../common/lxd-setup.nix
../../common/moms-house
../../common/exwm.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
];

View file

@ -5,7 +5,6 @@
../../common/configuration.nix
../../common/development-machine.nix
../../common/laptop-things.nix
../../common/exwm.nix
# Include the results of the hardware scan.
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
./hardware-configuration.nix