mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
feat: add printer stuff
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
libxcrypt
|
||||
|
||||
# browsers
|
||||
firefox-wayland
|
||||
chromium
|
||||
brave
|
||||
|
||||
@@ -60,6 +59,11 @@
|
||||
avalonia-ilspy
|
||||
ghidra
|
||||
|
||||
# 3d printing
|
||||
lpc21isp
|
||||
dfu-util
|
||||
cura
|
||||
|
||||
# gaming
|
||||
steam
|
||||
oversteer
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pkgs,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "firefox-gnome-theme";
|
||||
version = "116.0.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rafaelmardojai";
|
||||
repo = "firefox-gnome-theme";
|
||||
sparseCheckout = ["scripts"];
|
||||
rev = "v116";
|
||||
sha256 = "0IS5na2WRSNWNygHhmZOcXhdrx2aFhCDQY8XVVeHf8Q=";
|
||||
};
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp scripts/install-by-curl.sh $out/bin/install-firefox-gnome-theme
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user