Refactor
This commit is contained in:
parent
556e0e1eb2
commit
e0a82ee731
49 changed files with 1076 additions and 765 deletions
31
profiles/workstation-bspwm.nix
Normal file
31
profiles/workstation-bspwm.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../modules/roles/workstation.nix
|
||||
../modules/desktop/xorg-bspwm.nix
|
||||
../modules/common/base.nix
|
||||
../modules/common/networking.nix
|
||||
../modules/common/plymouth.nix
|
||||
../modules/hardware/firmware.nix
|
||||
../modules/hardware/gpu-amd.nix
|
||||
../modules/common/audio.nix
|
||||
../modules/common/bluetooth.nix
|
||||
../modules/common/gaming.nix
|
||||
../modules/services/printing.nix
|
||||
../modules/dev/qemu.nix
|
||||
../modules/common/lockscreen.nix
|
||||
../modules/common/energy.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
btrfs-progs
|
||||
cifs-utils
|
||||
evtest
|
||||
lm_sensors
|
||||
xorg.xev
|
||||
xorg.xkbcomp
|
||||
];
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue