a
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkg-config, wayland, waylandProtocols, wlrProtocols, libspng }:
|
{ lib, stdenv, fetchgit, pkg-config, wayland, wayland-protocols, wlr-protocols, wayland-scanner, libspng }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wl_shimeji";
|
pname = "wl_shimeji";
|
||||||
version = "1.0.0"; # Change to the appropriate version
|
version = "1.0.0"; # Change to the appropriate version
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchgit {
|
||||||
owner = "CluelessCatBurger";
|
url = "https://github.com/CluelessCatBurger/wl_shimeji.git";
|
||||||
repo = "wl_shimeji";
|
|
||||||
rev = "392a83d5658f283ace77b0c839d5a201cebc8784"; # Change to the appropriate commit
|
rev = "392a83d5658f283ace77b0c839d5a201cebc8784"; # Change to the appropriate commit
|
||||||
sha256 = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; # Put the correct sha256 hash
|
sha256 = "sha256-T7sWuKOsc0vEfkcGbRXLHit24db97crEhYadOMq4MDM="; # Put the correct sha256 hash
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wayland waylandProtocols wlrProtocols libspng ];
|
nativeBuildInputs = [ pkg-config wayland wayland-protocols wlr-protocols libspng wayland-scanner ];
|
||||||
|
|
||||||
buildInputs = [ ];
|
buildInputs = [ ];
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,12 @@
|
|||||||
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
services.flatpak.packages = [
|
||||||
|
{
|
||||||
|
appId = "com.modrinth.ModrinthApp";
|
||||||
|
origin = "flathub";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -59,10 +65,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Sadly, I don't know how to install flatpaks like this.
|
# Sadly, I don't know how to install flatpaks like this.
|
||||||
services.flatpak.packages = [
|
# services.flatpak.packages = [
|
||||||
# "com.usebottles.bottles"
|
# "com.usebottles.bottles"
|
||||||
# { flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "0"; }
|
# { flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "0"; }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
system.nixos = {
|
# system.nixos = {
|
||||||
distroName = "OCbwoy3";
|
# distroName = "OCbwoy3";
|
||||||
extraOSReleaseArgs = {
|
# extraOSReleaseArgs = {
|
||||||
HOME_URL="https://ocbwoy3.dev/";
|
# HOME_URL="https://ocbwoy3.dev/";
|
||||||
VERSION_CODENAME="";
|
# VERSION_CODENAME="";
|
||||||
NAME="OCbwoy3";
|
# NAME="OCbwoy3";
|
||||||
PRETTY_NAME="OCbwoy3";
|
# PRETTY_NAME="OCbwoy3";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
system.activationScripts.installRoblox = {
|
system.activationScripts.installRoblox = {
|
||||||
text = ''
|
text = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user