mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix path
This commit is contained in:
parent
fae77857a3
commit
0cf1044628
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, config, ...}:
|
{pkgs, config, ...}:
|
||||||
let
|
let
|
||||||
pinned = import ../pinned.nix { inherit pkgs config; };
|
pinned = import ../../../../pinned.nix { inherit pkgs config; };
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue