lisa no home manager

This commit is contained in:
Till 2024-12-03 23:35:28 +01:00
parent 22c9b65ae9
commit 01e1e23a01

View file

@ -1,27 +0,0 @@
{ config, pkgs, inputs, lib, ... }:
{
programs.home-manager.enable = true;
services.dropbox.enable = true;
home.packages = with pkgs; [
chromium
drawing
dropbox
hunspell
hunspellDicts.de_DE
hunspellDicts.en_US
hyphen
libreoffice
libsecret
vlc
xournalpp
zathura
];
imports = [
./fonts.nix
];
}