feat(home): add communication software (+ formatting)
This commit is contained in:
parent
505998b79d
commit
24b2c76e90
@ -1,6 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.loader = {
|
||||
timeout = 1;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
@ -21,6 +21,13 @@
|
||||
pkg-config
|
||||
openssl
|
||||
];
|
||||
slack
|
||||
thunderbird
|
||||
signal-desktop
|
||||
tdesktop
|
||||
whatsapp-for-linux
|
||||
nextcloud-client
|
||||
keepassxc
|
||||
|
||||
file = {
|
||||
".config/nvim/init.lua" = {
|
||||
|
Reference in New Issue
Block a user