chore: format programs/default.nix
This commit is contained in:
parent
ff234dd218
commit
a6ae89345b
2 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
_: {
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./bash.nix
|
||||
|
|
11
programs/senpai.nix
Normal file
11
programs/senpai.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
home-manager.users.buffet = {
|
||||
programs.senpai = {
|
||||
enable = true;
|
||||
config = {
|
||||
addr = "irc.buffet.sh";
|
||||
nick = "buffet";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue