mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-14 14:10:24 -04: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…
Add table
Reference in a new issue