diff options
Diffstat (limited to 'accounts/gkleen@sif/autorandr-profiles/def.nix')
| -rw-r--r-- | accounts/gkleen@sif/autorandr-profiles/def.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/autorandr-profiles/def.nix b/accounts/gkleen@sif/autorandr-profiles/def.nix index 304b4afe..5733dbe7 100644 --- a/accounts/gkleen@sif/autorandr-profiles/def.nix +++ b/accounts/gkleen@sif/autorandr-profiles/def.nix | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | { pkgs, ... }: | ||
| 1 | { | 2 | { |
| 2 | fingerprint = { | 3 | fingerprint = { |
| 3 | eDP-1-1 = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; | 4 | eDP-1-1 = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; |
| @@ -10,4 +11,9 @@ | |||
| 10 | mode = "3840x2160"; | 11 | mode = "3840x2160"; |
| 11 | }; | 12 | }; |
| 12 | }; | 13 | }; |
| 14 | hooks = { | ||
| 15 | postswitch = '' | ||
| 16 | ${pkgs.networkmanager}/nmcli radio wifi on | ||
| 17 | ''; | ||
| 18 | }; | ||
| 13 | } | 19 | } |
