diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
commit | df69b2a47709c7c6d608e7e91f0130e431db00a5 (patch) | |
tree | c4ebc0337fb9d32352c32078c5490002953b655b /accounts/gkleen@sif/autorandr-profiles | |
parent | 62f748a78fa5cbc52bb3e1432082a1b2b8250f2a (diff) | |
download | nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.gz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.bz2 nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.xz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/autorandr-profiles')
-rw-r--r-- | accounts/gkleen@sif/autorandr-profiles/def.nix | 6 | ||||
-rw-r--r-- | accounts/gkleen@sif/autorandr-profiles/wk.nix (renamed from accounts/gkleen@sif/autorandr-profiles/bstr.nix) | 6 |
2 files changed, 12 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 | } |
diff --git a/accounts/gkleen@sif/autorandr-profiles/bstr.nix b/accounts/gkleen@sif/autorandr-profiles/wk.nix index 527f8321..97fa14c9 100644 --- a/accounts/gkleen@sif/autorandr-profiles/bstr.nix +++ b/accounts/gkleen@sif/autorandr-profiles/wk.nix | |||
@@ -1,3 +1,4 @@ | |||
1 | { pkgs, ... }: | ||
1 | { | 2 | { |
2 | fingerprint = { | 3 | fingerprint = { |
3 | "eDP-1-1" = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; | 4 | "eDP-1-1" = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; |
@@ -18,4 +19,9 @@ | |||
18 | mode = "3840x2160"; | 19 | mode = "3840x2160"; |
19 | }; | 20 | }; |
20 | }; | 21 | }; |
22 | hooks = { | ||
23 | postswitch = '' | ||
24 | ${pkgs.networkmanager}/nmcli radio wifi off | ||
25 | ''; | ||
26 | }; | ||
21 | } | 27 | } |