chore: format programs/default.nix

This commit is contained in:
buffet 2022-09-27 20:15:22 +00:00
parent ff234dd218
commit a6ae89345b
2 changed files with 12 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{...}: { _: {
imports = [ imports = [
./alacritty.nix ./alacritty.nix
./bash.nix ./bash.nix

11
programs/senpai.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
home-manager.users.buffet = {
programs.senpai = {
enable = true;
config = {
addr = "irc.buffet.sh";
nick = "buffet";
};
};
};
}