Nix fixes: minor changes #22

Merged
AramMarkarov merged 8 commits from nix-fixes-unstable into settingsWindow 2026-03-18 16:22:04 +01:00
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
./result/
.pyre/ .pyre/
.cache/ .cache/
.venv/ .venv/
+2
View File
@@ -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
View File
@@ -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";
+4
View File
@@ -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 {