Merge settings window to main #23
@@ -1,3 +1,4 @@
|
|||||||
|
./result/
|
||||||
.pyre/
|
.pyre/
|
||||||
.cache/
|
.cache/
|
||||||
.venv/
|
.venv/
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ This installs the QML plugin to `/usr/lib/qt6/qml`.
|
|||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
|
|
||||||
|
**Note that not all features work well. This is due to limited testing on NixOS.**
|
||||||
|
|
||||||
In your flake.nix file, add the following in your inputs.
|
In your flake.nix file, add the following in your inputs.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
pkgs, # To ensure the nixpkgs version of app2unit
|
pkgs,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
pkgs.app2unit.overrideAttrs (
|
pkgs.app2unit.overrideAttrs (
|
||||||
final: prev: rec {
|
final: prev: rec {
|
||||||
version = "1.0.3"; # Fix old issue related to missing env var
|
version = "1.0.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Vladimir-csp";
|
owner = "Vladimir-csp";
|
||||||
repo = "app2unit";
|
repo = "app2unit";
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
pythonEnv,
|
pythonEnv,
|
||||||
zshell-cli,
|
zshell-cli,
|
||||||
|
ddcutil,
|
||||||
|
brightnessctl,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
@@ -39,6 +41,8 @@ let
|
|||||||
bash
|
bash
|
||||||
hyprland
|
hyprland
|
||||||
zshell-cli
|
zshell-cli
|
||||||
|
ddcutil
|
||||||
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = makeFontsConf {
|
fontconfig = makeFontsConf {
|
||||||
|
|||||||
Reference in New Issue
Block a user