dotfiles/nix/home/commandline.nix
2021-10-05 23:42:21 -07:00

14 lines
175 B
Nix

{ pkgs, ... }:
let
defaultPkgs = with pkgs; [
lorri
p7zip
];
in
{
imports = [(import ./universal.nix)];
services.lorri.enable = true;
xdg.enable = true;
}