From 35a12924d67f9dbaabc6a54578ad93e852c84368 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 11 Sep 2024 17:44:12 +0200 Subject: [PATCH] . --- Makefile | 4 ++++ home.nix | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3879adb..9ab301c 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ setup-desktop: echo "Bitwarden Login" bw login | grep items | awk '{print $$6}' > ~/.vw-session-key +install-chicken-doc: + mkdir -p $${CHICKEN_DOC_REPOSITORY} + curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | gzip -d | tar -xf - -C $${CHICKEN_DOC_REPOSITORY}/.. + install: touch ~/.vw-session-key touch ~/.config/hypr/monitors.conf diff --git a/home.nix b/home.nix index dd8f08b..118cc2f 100644 --- a/home.nix +++ b/home.nix @@ -58,6 +58,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: nixd nixfmt-rfc-style nwg-displays + obs-studio pciutils pharo pijul @@ -90,7 +91,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: imports = [ ./hyprland/hyprland.nix ./waybar/settings.nix ./emacs/emacs.nix - # ./chicken/chicken.nix + ./chicken/chicken.nix ]; home.stateVersion = "24.05"; @@ -103,7 +104,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: PATH = "$PATH:~/.local/bin"; #PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass"; - CHICKEN_DOC_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/doc"; + CHICKEN_DOC_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/doc/chicken-doc"; CHICKEN_INSTALL_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/eggs"; CHICKEN_INSTALL_PREFIX = "/home/zilti/.local"; RTC_USE_PIPEWIRE = "true";