fix: formatting

This commit is contained in:
Nickolaj Jepsen 2025-11-26 08:56:56 +01:00
parent 12a55d533e
commit 36281c725e
6 changed files with 13 additions and 20 deletions

View file

@ -41,7 +41,7 @@ in {
color: #DAD8CE;
border-bottom: 2px solid #CF6A4C;
}
#workspaces button.focused {
background: #CF6A4C;
color: #1C1B1A;
@ -296,7 +296,7 @@ in {
};
outputs = lib.mkIf (config.monitors != []) (
lib.listToAttrs (map (monitor: {
lib.listToAttrs (map (monitor: {
inherit (monitor) name;
value = {
inherit (monitor) position;

View file

@ -6,8 +6,8 @@
environment.systemPackages = [
(pkgs.symlinkJoin {
name = "uv";
paths = [ pkgsUnstable.uv ];
nativeBuildInputs = [ pkgs.makeWrapper ];
paths = [pkgsUnstable.uv];
nativeBuildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/uv \
--run "export LD_LIBRARY_PATH=\$NIX_LD_LIBRARY_PATH"

View file

@ -1,9 +1,5 @@
# https://github.com/ChangeCaps/nixos-config/tree/0cec356abc0e46ca6ba27b3cf01cd51273bd4a69
{
lib,
config,
...
}: {
{lib, ...}: {
options.monitors = lib.mkOption {
type = lib.types.listOf (lib.types.submodule {
options = {