mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	* rosenthal/packages/patches/niri.patch: New file. * rosenthal/packages/patches/rust-libspa-sys.patch: New file. * rosenthal/packages/patches/rust-libspa.patch: New file. * rosenthal/packages/patches/rust-pipewire.patch: New file. * rosenthal/packages/patches/rust-smithay.patch: New file. * rosenthal/packages/rust-crates.scm (niri-cargo-inputs): New variable. * rosenthal/packages/rust-apps.scm (niri): New variable. * README.org (Packages): Add it. * etc/manifest: Add it.
		
			
				
	
	
		
			35 lines
		
	
	
		
			681 B
		
	
	
	
		
			Scheme
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			681 B
		
	
	
	
		
			Scheme
		
	
	
	
	
	
;; -*- mode: scheme -*-
 | 
						|
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
 | 
						|
;;
 | 
						|
;; SPDX-License-Identifier: CC0-1.0
 | 
						|
 | 
						|
(specifications->manifest
 | 
						|
 '(
 | 
						|
   "atuin"
 | 
						|
   "cloudflare-warp-bin"
 | 
						|
   "cloudflared"
 | 
						|
   "dinit"
 | 
						|
   "hugo-bin"
 | 
						|
   "komga-bin"
 | 
						|
   "mihomo-bin"
 | 
						|
   "niri"
 | 
						|
   "shadow-tls-bin"
 | 
						|
   "sing-box-bin"
 | 
						|
   "tailscale-bin"
 | 
						|
   "tree-sitter-yaml"
 | 
						|
   "wakapi-bin"
 | 
						|
   "wakatime-cli-bin"
 | 
						|
 | 
						|
   ;; TODO: Updater unavailable.
 | 
						|
   ;; "bitwarden-icecat"
 | 
						|
   ;; "clash-bin"
 | 
						|
   ;; "dnsmasq-china-list"
 | 
						|
   ;; "emacs-pcmpl-tailscale"
 | 
						|
   ;; "emacs-wakatime-mode"
 | 
						|
   ;; "forgejo"
 | 
						|
   ;; "grub-efi-luks2"
 | 
						|
   ;; "miniflux-injector-icecat"
 | 
						|
   ;; "sidebery-icecat"
 | 
						|
   ;; "socks2http"
 | 
						|
   ))
 |