.
This commit is contained in:
parent
767d9b6185
commit
35a12924d6
2 changed files with 7 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
5
home.nix
5
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";
|
||||
|
|
Loading…
Reference in a new issue