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
7
home-manager/stvnliu/scripts/default.nix
Normal file
7
home-manager/stvnliu/scripts/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [(import ./heic-to-jpg.script.nix {inherit pkgs;})];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue