citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
default.nix (76B)
1
pkgs: {
2
sessionCommands = ''
3
${pkgs.xorg.xset}/bin/xset m 0 0
4
'';
5
}