refactor: move home-manager configuration to users dir

This commit is contained in:
Youwen Wu 2024-08-07 00:49:16 -07:00
parent d7373ba537
commit ee4c922eb2
12 changed files with 66 additions and 33 deletions

View file

@ -22,6 +22,10 @@
libvorbis
stdenv.cc.cc.lib
libkrb5
(writeShellScriptBin "launch-gamescope" ''
(sleep 1; pgrep gamescope| xargs renice -n -11 -p)&
exec gamescope "$@"
'')
keyutils
];
};