Initial release
This commit is contained in:
commit
8fbb25bbac
53 changed files with 1648 additions and 0 deletions
14
systems/living-room-nixos.nix
Normal file
14
systems/living-room-nixos.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../ll-nixos-full.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"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue