3 lines
107 B
Nix
3 lines
107 B
Nix
{ config, pkgs, lib, ... }: {
|
|
imports = [ ../../home/rsydn/base.nix ../../home/rsydn/shell/fish.nix ];
|
|
}
|