diff --git a/home-manager/halloy.nix b/home-manager/halloy.nix index b9db8bc..15e31df 100644 --- a/home-manager/halloy.nix +++ b/home-manager/halloy.nix @@ -46,8 +46,9 @@ servers.oftc = { nickname = "death916"; - server = "irc.oftc.net"; - port = 6697; + username = death916/oftc; + server = "100.72.187.12"; + port = 6667; }; actions = { diff --git a/home-manager/home.nix b/home-manager/home.nix index 4ea4a28..2aad7f1 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -117,7 +117,7 @@ in settings = { window-save-state = "always"; initial-command = "fish"; - include = "config/css"; + # include = "config/css"; keybind = "global:cmd+backquote=toggle_quick_terminal"; }; };