Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-27 22:29:12 +01:00
20 changed files with 451 additions and 121 deletions

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, user, rice, ... }: let
{ pkgs, rice, ... }: let
sep = " ";
in {
home.packages =
@@ -207,7 +207,7 @@ in {
#workspaces button.active {
color: rgb(${f background});
background-color: rgba(${f accent.base},${builtins.toString rice.transparency});
background-color: rgb(${f accent.base});
}
#workspaces button:hover {