Adding local theme
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
catppuccin-mocha = pkgs.runCommand "catppuccin-mocha-theme" {} ''
|
||||
mkdir -p $out/share/themes
|
||||
ln -s ${./assets/hyprland/themes/Catppuccin-Mocha-Standard-Blue-Dark} $out/share/themes/
|
||||
ln -s ${flakeRoot}/assets/hyprland/themes/Catppuccin-Mocha-Standard-Blue-Dark $out/share/themes/
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user