add a few modules to deck

This commit is contained in:
Yan Lin 2025-11-02 21:18:03 +01:00
parent 9db5fa64da
commit 290daea969

View file

@ -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
];
}