1
0
Fork 0
nixos-config/home/hosts/fb4.nix
2018-02-08 23:16:23 +01:00

11 lines
161 B
Nix

{ pkgs, ... }:
{
imports = [
../snippets/everywhere.nix
../snippets/graphical.nix
];
home.packages = with pkgs; [
xautolock
syncthing
];
}