huge cleanup
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{ config, pkgs, secrets, lib, user, ... }:
|
||||
let
|
||||
sep = " ";
|
||||
in
|
||||
lib.mkIf (user != "tv")
|
||||
{
|
||||
{ config, pkgs, secrets, ... }: let
|
||||
sep = " ";
|
||||
in {
|
||||
home = {
|
||||
file."${config.xdg.dataHome}/nx-gcal-event-credentials.json".text = ''
|
||||
{
|
||||
@@ -26,7 +23,7 @@ lib.mkIf (user != "tv")
|
||||
# (pkgs.python311.withPackages (python-pkgs: [
|
||||
# python-pkgs.google
|
||||
# ]))
|
||||
(writeScriptBin "nx_gcal_event" ''
|
||||
(writeScriptBin "nx_gcal_event" /* python */ ''
|
||||
#!${pkgs.python3}/bin/python3
|
||||
import datetime
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user