Files
dotfiles/config/nixos/packages/workstation/default.nix
Menno van Leeuwen 498b28fac0
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
refactor: add NixOS configuration files for server and workstation setups
2025-03-04 11:22:51 +01:00

9 lines
119 B
Nix

{ config, pkgs, ... }:
{
# Import all the package modules
imports = [
./flatpak.nix
./1password.nix
];
}