lisa no home manager
This commit is contained in:
parent
22c9b65ae9
commit
01e1e23a01
1 changed files with 0 additions and 27 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue