nixos-config/home-manager/stvnliu/scripts/default.nix
Zhongheng Liu 5515d4a9cd
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
2024-08-25 18:40:18 +08:00

7 lines
104 B
Nix

{
config,
pkgs,
...
}: {
home.packages = [(import ./heic-to-jpg.script.nix {inherit pkgs;})];
}