add: provide hyprcursor theme
This commit is contained in:
parent
9e441be7c5
commit
539429e421
4 changed files with 37 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
{ pkgs, lib, macos-hyprcursor-src, ... }:
|
||||
let
|
||||
macos-hyprcursor = pkgs.stdenv.mkDerivation {
|
||||
name = "macos-hyprcursor";
|
||||
src = macos-hyprcursor-src;
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/icons
|
||||
cp -R themes/SVG/"macOS (SVG)" $out/share/icons/macos
|
||||
'';
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = with pkgs;
|
||||
let aspell' = aspellWithDicts.override {
|
||||
aspell = aspell.overrideAttrs (super: {
|
||||
|
|
@ -26,6 +35,7 @@
|
|||
playerctl
|
||||
pamixer
|
||||
ffmpeg
|
||||
macos-hyprcursor
|
||||
|
||||
# System management
|
||||
htop-vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue