dotfiles/nix/home/commandline.nix

15 lines
177 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) ];
2021-10-05 23:42:21 -07:00
services.lorri.enable = true;
xdg.enable = true;
}