adding yewtube

This commit is contained in:
Ivan Dimitrov 2023-08-26 16:03:06 +03:00
parent c649331c63
commit cab5525bf4
3 changed files with 9 additions and 1 deletions

View File

@ -43,6 +43,7 @@
}; };
homeConfigurations = { homeConfigurations = {
ivand = home-manager.lib.homeManagerConfiguration { ivand = home-manager.lib.homeManagerConfiguration {
extraSpecialArgs = { rootPath = ./.; };
modules = [ ./home/laptop nix-doom-emacs.hmModule ]; modules = [ ./home/laptop nix-doom-emacs.hmModule ];
pkgs = import nixpkgs { pkgs = import nixpkgs {
system = "x86_64-linux"; system = "x86_64-linux";

View File

@ -1,5 +1,7 @@
{ pkgs, ... }: { { pkgs, rootPath, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
#scripts
(pkgs.buildEnv { name = "my-scripts"; paths = [ (rootPath + /scripts) ]; })
# wayland/sway stuff # wayland/sway stuff
bemenu bemenu
wl-clipboard wl-clipboard
@ -13,6 +15,7 @@
tor-browser-bundle-bin tor-browser-bundle-bin
gnome.cheese gnome.cheese
gimp gimp
mpv
# cli utils # cli utils
direnv direnv
ripgrep ripgrep
@ -22,6 +25,7 @@
pavucontrol pavucontrol
bat bat
trashy trashy
yewtube
# programming # programming
nixfmt nixfmt
sqlite sqlite

3
scripts/bin/mpa Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
mpv --no-video $@