Cleanup and updates to outpost and living-room
This commit is contained in:
parent
5059b384c0
commit
adc3e3e458
|
@ -1,10 +1,15 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../ll-nixos-full.nix
|
||||
../ll-nixos-base.nix
|
||||
../features/gpu/intel.nix
|
||||
];
|
||||
|
||||
home-manager.users.lauren_lagarde = {
|
||||
imports = [
|
||||
../../modules/mlaga97-home-manager/programs/firefox.nix
|
||||
];
|
||||
|
||||
# Fix issue with HDMI passthrough
|
||||
home-manager.users.lauren_lagarde = {
|
||||
xsession.windowManager.i3 = {
|
||||
config.startup = [
|
||||
{ command = "xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --primary"; }
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
../secrets/dotspace.nix
|
||||
../features/stronghold-binary-cache.nix
|
||||
|
||||
# Assume Intel GPU
|
||||
../features/gpu/intel.nix
|
||||
|
||||
# Additional Software
|
||||
../features/embedded.nix
|
||||
../features/hardware/rtl-sdr.nix
|
||||
../features/hardware/printing.nix
|
||||
../features/virtualization/docker.nix
|
||||
../features/virtualization/libvirt-host.nix
|
||||
|
||||
# Assume Intel GPU
|
||||
../features/gpu/intel.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
# Features
|
||||
../features/tui-apps.nix
|
||||
../features/openssh-server.nix
|
||||
../features/hardware/yubikey.nix
|
||||
../features/virtualization/dockge.nix
|
||||
../features/virtualization/docker.nix
|
||||
|
||||
|
|
Loading…
Reference in New Issue