File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
olds = import ./oldpkgs.nix ;
11
11
unst = import ./nixpkgs-unstable.nix ;
12
12
rocm = olds . rocmPackages_5 ;
13
+ vibe = import ./vibe.nix { inherit pkgs ; } ;
13
14
lockCmd = "${ pkgs . swaylock } /bin/swaylock --color=000000" ;
14
15
home-manager = builtins . fetchTarball {
15
16
url = "https://github.com/nix-community/home-manager/archive/8d5e27b4807d25308dfe369d5a923d87e7dbfda3.tar.gz" ;
@@ -785,10 +786,10 @@ in {
785
786
system-config-printer
786
787
pulsemixer
787
788
neovim
789
+ vibe
788
790
( import ./vidmaker.nix )
789
791
( import ./clipmaker.nix )
790
792
( import ./bar.nix { inherit pkgs ; } )
791
- ( import ./vibe.nix { inherit pkgs ; } )
792
793
( import ./bip39-wordlist.nix )
793
794
] ;
794
795
programs . git = {
989
990
"${ x } XF86AudioRaiseVolume" = newVolChange "+5%" ;
990
991
} ;
991
992
cfgProgrKeys = {
992
- "${ mod } +Return" = "exec ${ alacritty } /bin/alacritty " ;
993
+ "${ mod } +Return" = "exec ${ vibe } /bin/vibe " ;
993
994
"${ mod } +y" = "exec ${ alacritty } /bin/alacritty -e ${ pkgs . yewtube } /bin/yt" ;
994
995
"${ mod } +b" = "exec ${ qutebrowser } /bin/qutebrowser" ;
995
996
} ;
Original file line number Diff line number Diff line change 18
18
python3Minimal
19
19
tmux
20
20
nix
21
+ direnv
22
+ nix-direnv
21
23
] ;
22
24
} ;
23
25
sandbox = mkNixPak {
42
44
"/usr/bin/env"
43
45
"/run/current-system/sw/bin/bash"
44
46
"/run/current-system/sw/bin/less"
47
+ ( sloth . concat' sloth . homeDir "/.bashrc" )
48
+ ( sloth . concat' sloth . homeDir "/.bash_profile" )
45
49
( sloth . concat' sloth . homeDir "/.config/tmux" )
46
50
( sloth . concat' sloth . homeDir "/.config/alacritty" )
47
51
( sloth . concat' sloth . homeDir "/.config/nvim/coc-settings.json" )
You can’t perform that action at this time.
0 commit comments