Skip to content

Commit 9b6a2bc

Browse files
committed
fix vibe
1 parent 07e915d commit 9b6a2bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

nix/configuration.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
olds = import ./oldpkgs.nix;
1111
unst = import ./nixpkgs-unstable.nix;
1212
rocm = olds.rocmPackages_5;
13+
vibe = import ./vibe.nix {inherit pkgs;};
1314
lockCmd = "${pkgs.swaylock}/bin/swaylock --color=000000";
1415
home-manager = builtins.fetchTarball {
1516
url = "https://github.com/nix-community/home-manager/archive/8d5e27b4807d25308dfe369d5a923d87e7dbfda3.tar.gz";
@@ -785,10 +786,10 @@ in {
785786
system-config-printer
786787
pulsemixer
787788
neovim
789+
vibe
788790
(import ./vidmaker.nix)
789791
(import ./clipmaker.nix)
790792
(import ./bar.nix {inherit pkgs;})
791-
(import ./vibe.nix {inherit pkgs;})
792793
(import ./bip39-wordlist.nix)
793794
];
794795
programs.git = {
@@ -989,7 +990,7 @@ in {
989990
"${x}XF86AudioRaiseVolume" = newVolChange "+5%";
990991
};
991992
cfgProgrKeys = {
992-
"${mod}+Return" = "exec ${alacritty}/bin/alacritty";
993+
"${mod}+Return" = "exec ${vibe}/bin/vibe";
993994
"${mod}+y" = "exec ${alacritty}/bin/alacritty -e ${pkgs.yewtube}/bin/yt";
994995
"${mod}+b" = "exec ${qutebrowser}/bin/qutebrowser";
995996
};

nix/vibe.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
python3Minimal
1919
tmux
2020
nix
21+
direnv
22+
nix-direnv
2123
];
2224
};
2325
sandbox = mkNixPak {
@@ -42,6 +44,8 @@
4244
"/usr/bin/env"
4345
"/run/current-system/sw/bin/bash"
4446
"/run/current-system/sw/bin/less"
47+
(sloth.concat' sloth.homeDir "/.bashrc")
48+
(sloth.concat' sloth.homeDir "/.bash_profile")
4549
(sloth.concat' sloth.homeDir "/.config/tmux")
4650
(sloth.concat' sloth.homeDir "/.config/alacritty")
4751
(sloth.concat' sloth.homeDir "/.config/nvim/coc-settings.json")

0 commit comments

Comments
 (0)