small fixes

This commit is contained in:
2023-06-19 03:35:47 +02:00
parent 3280f80652
commit fadeae44e5
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Handwritten!
{ pkgs, config, ... }:
{ config, lib, pkgs, ... }:
{
home.file.".local/opt/open-microsoft-url-files.py".source = ../../files/opt/open-microsoft-url-files.py;
home.file.".local/opt/python-interactive-imports.py".source = ../../files/opt/python-interactive-imports.py;