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