Everything I take with me from machine to machine.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
loadout/config/default.nix

33 lines
557 B

{
browser = "/usr/bin/firefox";
git = {
user = {
email = "me@mediocregopher.com";
name = "Brian Picciano";
};
};
awesome = {
startupExtra = "";
xorgConfExtra = "";
xorgInputDrivers = pkgs: [
pkgs.xorg.xf86inputlibinput
];
};
alacritty = {
fontSize = 11;
xdgOpenRules = [
#{
# name = "some-unique-name";
# pattern = "regex pattern";
# # where $1 is the string which matched pattern
# xdgOpen = "https://some-url/$1";
#}
];
};
binExtra = [];
}