mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
chore: format
This commit is contained in:
@@ -155,7 +155,8 @@
|
||||
maakaron = let
|
||||
system = "x86_64-darwin";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in home-manager.lib.homeManagerConfiguration {
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [./systems/maakaron/home.nix];
|
||||
extraSpecialArgs = {
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
{ config, pkgs, inputs, niveumPackages, ... }:
|
||||
let
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
niveumPackages,
|
||||
...
|
||||
}: let
|
||||
nextcloud = "${config.home.homeDirectory}/Nextcloud/ZODIAC";
|
||||
timeLedger = "${nextcloud}/hora.timeclock";
|
||||
in
|
||||
{
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.git
|
||||
(pkgs.writers.writeDashBin "hora" ''
|
||||
|
||||
Reference in New Issue
Block a user