Compare commits

..

No commits in common. "781464fe74d61595d9ea4cd4a21f398c0fb82a50" and "0415fb5f8d6ad0d5e7d31eb2703aeaf2f1aff563" have entirely different histories.

3 changed files with 1 additions and 20 deletions

View File

@ -62,9 +62,6 @@
aria2 # Fast download manager
starsector # Nice little game I got coaxed into trying
inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format
hugo # fast static site generator
protonup-qt # Proton ge manager
ungoogled-chromium # For sites that don't work with firefox based browsers
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; })
];

View File

@ -52,23 +52,7 @@
extraConfigLuaPost = ''
vim.notify = require("mini.notify").make_notify()
'';
extraPackages = with pkgs; [ stylua isort black nixfmt ];
plugins = {
conform-nvim = {
enable = true;
formattersByFt = {
lua = [ "stylua" ];
python = [ "isort" "black" ];
nix = [ "nixfmt" ];
};
};
lint = {
enable = true;
lintersByFt = {
python = [ "mypy" ];
ruby = [ "ruby" ];
};
};
harpoon = {
enable = true;
keymaps = {

View File

@ -244,7 +244,7 @@
serviceConfig = {
Type = "oneshot";
ExecStart = toString (pkgs.writeShellScript "ryzenadj-setup" ''
${pkgs.ryzenadj}/bin/ryzenadj --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 90 --vrmmax-current 65000
${pkgs.ryzenadj}/bin/ryzenadj --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 80 --vrmmax-current 65000
'');
};
wantedBy = [ "default.target" ];