feat: introduced new home-manager features
Changed wallpaper to better fit the style of the WM - affected common variables - affected hyprland configuration - affected stylix configuration - included additional flake inputs Added Spicetify packages (not working) Added obs-studio home-manager program option Added vimkey navigation keybinds for Hyprland
This commit is contained in:
parent
c0ef5f3d5f
commit
5515d4a9cd
9 changed files with 66 additions and 5 deletions
5
home-manager/stvnliu/scripts/heic-to-jpg.script.nix
Normal file
5
home-manager/stvnliu/scripts/heic-to-jpg.script.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs}:
|
||||
pkgs.writeShellScriptBin "heic-to-jpg" ''
|
||||
mkdir -p ./heic-to-jpg-out
|
||||
${pkgs.findutils}/bin/find . -type f -print0 | ${pkgs.findutils}/bin/xargs -0 -I "{}" ${pkgs.imagemagick}/bin/magick "{}" -quality 100% ./jpg-out/"{}.conv.jpg"
|
||||
''
|
Loading…
Add table
Add a link
Reference in a new issue