Commit 3e2ba55af481
Changed files (2)
machine
profiles
machine/honshu.nix
@@ -10,6 +10,7 @@
../profiles/laptop.nix
../profiles/virtualization.nix
../profiles/dockerization.nix
+ ../profiles/office.nix
../location/home.nix
../hardware/dell-latitude-e6540.nix
../service/ssh-tunnel.nix
profiles/office.nix
@@ -0,0 +1,8 @@
+{ configs, pkgs, ...}:
+
+{
+ environment.systemPackages = with pkgs; [
+ calibre
+ libreoffice
+ ];
+}