fixup touches
This commit is contained in:
parent
b8a3d9d9ed
commit
da74b527d5
3 changed files with 10 additions and 3 deletions
|
@ -6,9 +6,16 @@
|
||||||
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
||||||
kernelPatches = [{
|
kernelPatches = [{
|
||||||
name = "bpf";
|
name = "bpf_plus_newer_intel";
|
||||||
patch = null;
|
patch = null;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
MCORE2 y
|
||||||
|
ENERGY_MODEL y
|
||||||
|
X86_INTEL_MPX y
|
||||||
|
INTEL_TXT y
|
||||||
|
|
||||||
|
PREEMPT_VOLUNTARY y
|
||||||
|
|
||||||
BPF y
|
BPF y
|
||||||
BPF_EVENTS y
|
BPF_EVENTS y
|
||||||
BPF_JIT y
|
BPF_JIT y
|
||||||
|
|
|
@ -23,7 +23,7 @@ in
|
||||||
openjdk gimp restic glxinfo discord ghc
|
openjdk gimp restic glxinfo discord ghc
|
||||||
unstable.notable jq awscli evince signal-desktop
|
unstable.notable jq awscli evince signal-desktop
|
||||||
nodejs-10_x hugo mercurial terraform libreoffice
|
nodejs-10_x hugo mercurial terraform libreoffice
|
||||||
unzip tor-browser-bundle-bin aria vlc
|
unzip unstable.tor-browser-bundle-bin aria vlc
|
||||||
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate
|
||||||
(wine.override { wineBuild = "wineWow"; }) winetricks
|
(wine.override { wineBuild = "wineWow"; }) winetricks
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||||
|
|
|
@ -12,7 +12,7 @@ in
|
||||||
{ command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; }
|
{ command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; }
|
||||||
{ command = "exec setxkbmap -layout pl"; always = true; notification = false; }
|
{ command = "exec setxkbmap -layout pl"; always = true; notification = false; }
|
||||||
{ command = "exec autorandr -c"; always = true; notification = false; }
|
{ command = "exec autorandr -c"; always = true; notification = false; }
|
||||||
{ command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; }
|
{ command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; }
|
||||||
{ command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }
|
{ command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue