Compare commits

..

3 Commits

3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
DIR=$(HOME)/Projects/panacea
switch: switch:
nixos-rebuild switch --target-host root@localhost \ nixos-rebuild switch --target-host root@localhost \
--build-host root@localhost --flake path://$(PWD)#panacea --build-host root@localhost --flake path://$(DIR)#panacea
update: update:
nix flake update --commit-lock-file nix flake update --commit-lock-file

View File

@@ -15,9 +15,12 @@ with pkgs;
"btusb" "btusb"
"bluetooth" "bluetooth"
]; ];
# ZFS Arc size and Nuphy keyboard FN settings
kernelParams = [ kernelParams = [
"zfs.zfs_arc_max=8589934592" "zfs.zfs_arc_max=8589934592"
"zfs.zfs_arc_min=1073741824" "zfs.zfs_arc_min=1073741824"
"hid_apple.fnmode=2"
"hid_apple.swap_opt_cmd=1"
]; ];
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
zfs = { zfs = {

View File

@@ -10,8 +10,7 @@ with pkgs;
let let
custom-mpv = ( custom-mpv = (
mpv-unwrapped.wrapper { mpv.override {
mpv = mpv-unwrapped;
scripts = with mpvScripts; [ scripts = with mpvScripts; [
sponsorblock-minimal sponsorblock-minimal
mpv-cheatsheet mpv-cheatsheet