Compare commits
3 Commits
f0409b8b86
...
04d836f886
| Author | SHA1 | Date | |
|---|---|---|---|
|
04d836f886
|
|||
|
c56fef89a9
|
|||
|
ae8e689ce2
|
4
Makefile
4
Makefile
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user