From 290daea969b766d2c12c5195f22a5da07ce326b1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 2 Nov 2025 21:18:03 +0100 Subject: [PATCH] add a few modules to deck --- hosts/nixos/deck/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/nixos/deck/home.nix b/hosts/nixos/deck/home.nix index c3fac2e..e953bf8 100644 --- a/hosts/nixos/deck/home.nix +++ b/hosts/nixos/deck/home.nix @@ -7,6 +7,16 @@ # Import the common NixOS home configuration imports = [ ../home-default.nix + ../../../modules/syncthing.nix + ../../../modules/firefox.nix + ../../../modules/ghostty.nix ../../../modules/gnome.nix ]; + + # ThinkPad-specific applications + home.packages = with pkgs; [ + obsidian + keepassxc + vlc + ]; }