home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

xorg.nix (162B)


      1 { config, lib, pkgs, nixosConfig, ... }:
      2 
      3 {
      4   # home.file.".Xmodmap".source = ./xorg/Xmodmap;
      5   programs.autorandr.enable = nixosConfig.profiles.laptop.enable;
      6 }