exwm is finally stable enough to be across all user-facing machines
This commit is contained in:
parent
1ae2c057ee
commit
d1ff60f81c
3 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./exwm.nix
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue