feat(home): add communication software (+ formatting)
This commit is contained in:
parent
505998b79d
commit
24b2c76e90
2 changed files with 55 additions and 46 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.loader = {
|
||||
timeout = 1;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, user, ...}:
|
||||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
|
@ -21,6 +21,13 @@
|
|||
pkg-config
|
||||
openssl
|
||||
];
|
||||
slack
|
||||
thunderbird
|
||||
signal-desktop
|
||||
tdesktop
|
||||
whatsapp-for-linux
|
||||
nextcloud-client
|
||||
keepassxc
|
||||
|
||||
file = {
|
||||
".config/nvim/init.lua" = {
|
||||
|
@ -172,7 +179,7 @@
|
|||
terminal = "${pkgs.kitty}/bin/kitty";
|
||||
|
||||
fonts = {
|
||||
names = ["DejaVu Sans Mono" ];
|
||||
names = [ "DejaVu Sans Mono" ];
|
||||
size = 12.0;
|
||||
};
|
||||
|
||||
|
@ -192,7 +199,7 @@
|
|||
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ~/.config/i3status-rust/config-default.toml";
|
||||
|
||||
fonts = {
|
||||
names = ["DejaVu Sans Mono" ];
|
||||
names = [ "DejaVu Sans Mono" ];
|
||||
size = 12.0;
|
||||
};
|
||||
}];
|
||||
|
|
Loading…
Add table
Reference in a new issue