add irc
This commit is contained in:
parent
2f08749525
commit
20278baff4
4 changed files with 6 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
./vscode.nix
|
||||
./1password.nix
|
||||
./obs.nix
|
||||
./irc.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -5,15 +5,5 @@
|
|||
];
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
profiles = {
|
||||
"user" = {
|
||||
userChrome = ''
|
||||
* {
|
||||
font-family: "Fira Sans";
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
5
home/features/desktop/irc.nix
Normal file
5
home/features/desktop/irc.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
halloy
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue