Improve Ubuntu config

This commit is contained in:
Paul-Henri Froidmont 2020-10-11 20:33:37 +02:00
parent 8b87b06972
commit b43c58c514
284 changed files with 388 additions and 220 deletions

View file

@ -1,31 +0,0 @@
{ config, lib, pkgs, ... }:
{
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
home.packages = with pkgs; [
keepassxc
krita
element-desktop
mpv
mumble
libreoffice-fresh
slack
thunderbird
zoom-us
];
programs.firefox = {
enable = true;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
keepassxc-browser
ublock-origin
umatrix
cookie-autodelete
];
};
services.nextcloud-client.enable = true;
}