dotfiles/nix/home/commandline.nix

15 lines
175 B
Nix
Raw Normal View History

2021-10-05 23:42:21 -07:00
{ pkgs, ... }:
let
defaultPkgs = with pkgs; [
lorri
p7zip
];
in
{
imports = [(import ./universal.nix)];
services.lorri.enable = true;
xdg.enable = true;
}