Skip to content

Commit

Permalink
update hosts/hk47
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Dec 25, 2023
1 parent fc90298 commit 3709aa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosts/hk47.nix
Expand Up @@ -18,7 +18,7 @@ args@{ config, lib, pkgs, ... }:
../hardware/mouse.nix
../hardware/intel-cpu.nix
../hardware/nvidia.nix
../hardware/pulseaudio.nix
../hardware/pipewire.nix
../hardware/ssd.nix

../sys/aliases.nix
Expand Down
1 change: 1 addition & 0 deletions packages/common.nix
Expand Up @@ -3,6 +3,7 @@
programs.fish.enable = true;
programs.mosh.enable = true;
programs.ssh = {
askPassword = "";
startAgent = true;
extraConfig = ''
Host *.local
Expand Down
3 changes: 0 additions & 3 deletions users/ksevelyar/leftwm-hk47/up
Expand Up @@ -10,9 +10,6 @@ dunst &
lxqt-policykit-agent &
xcape -e 'Super_R=Super_R|X;Super_L=Super_L|X'

alacritty -e fish -c "cd ~/code/fitlog-phoenix/ && mix phx.server" &
alacritty -e fish -c "cd ~/code/fitlog-vue/ && npm run dev" &

pkill polybar
echo "---" | tee -a ~/.cache/polybar-top.log ~/.cache/polybar-bottom.log
polybar top >>~/.cache/polybar-top.log 2>&1 &
Expand Down

0 comments on commit 3709aa2

Please sign in to comment.