b
This commit is contained in:
parent
f2604a3e7b
commit
b005035661
8 changed files with 1383 additions and 52 deletions
|
|
@ -72,6 +72,23 @@
|
|||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
programs.irssi = {
|
||||
enable = true;
|
||||
networks = {
|
||||
classicconnect = {
|
||||
nick = "maya";
|
||||
server = {
|
||||
address = "irc.classicconnect.net";
|
||||
port = 6677;
|
||||
autoConnect = true;
|
||||
ssl.enable = false;
|
||||
};
|
||||
channels = {
|
||||
nick.autoJoin = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
brightnessctl
|
||||
cinny-desktop
|
||||
comma
|
||||
wlx-overlay-s
|
||||
emacs
|
||||
firefox
|
||||
fzf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue