feasible config for the beginning
This commit is contained in:
parent
b4c2ba8174
commit
25d5980e6c
13 changed files with 563 additions and 203 deletions
24
modules/home/bundles/desktop.nix
Normal file
24
modules/home/bundles/desktop.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
signal-desktop
|
||||
keepassxc
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# TODO: fill this out (and move it in a service, probably)
|
||||
# services.syncthing = {
|
||||
# enable = true
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue