Improve Ubuntu config
This commit is contained in:
parent
8b87b06972
commit
b43c58c514
284 changed files with 388 additions and 220 deletions
22
configs/home/gui.nix
Normal file
22
configs/home/gui.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ 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; [
|
||||
firefox
|
||||
keepassxc
|
||||
krita
|
||||
element-desktop
|
||||
mpv
|
||||
mumble
|
||||
libreoffice-fresh
|
||||
slack
|
||||
thunderbird
|
||||
zoom-us
|
||||
];
|
||||
services.nextcloud-client.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue