nixos/hosts/Vanguard/home.nix
Evie Litherland-Smith 0889818512 Big reorganise
Move commonModule into system/default.nix
Keep most essential parts (user definition, home-manager init) in
flake.nix but move rest to system/default.nix

Remove some tui expressions from home and add all to home/default.nix,
will always want those so always use

Disable gamescope session unless gamescope.nix imported

Move various home.package definitions to environment.systemPackage in
system/ expressions, located based on appropriate use

Move wallpapers directory due to restructure, no other changes to it
2023-10-09 11:40:25 +01:00

9 lines
147 B
Nix

{ pkgs, ... }:
{
xdg.configFile."hypr/extra.conf".text = ''
monitor=DP-1,highrr,0x0,1.00
monitor=HDMI-A-1,highres,1920x325,1.00
'';
}