This commit is contained in:
2025-12-02 13:18:00 +09:00
parent c8d5c579a6
commit 023858b244
4 changed files with 42 additions and 35 deletions

View File

@@ -3,7 +3,16 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, inputs, pkgs, dankMaterialShell, ... }:
{
let
tranIcon = pkgs.stdenv.mkDerivation {
name = "Transparent";
src = ./hm/Transparent;
installPhase = ''
mkdir -p $out/share/icons/Transparent
cp -r * $out/share/icons/Transparent
'';
};
in {
imports = [
# Include the results of the hardware scan.
inputs.dankMaterialShell.nixosModules.greeter
@@ -97,6 +106,7 @@
jetbrains.datagrip
tor
torsocks
tranIcon
grim
ydotool
papirus-icon-theme
@@ -106,8 +116,10 @@
environment.pathsToLink = [
"/share/applications"
"/share/xdg-desktop-portal"
"/share/icons"
];
environment.sessionVariables = {
GTK_IM_MODULE = "kime";
QT_IM_MODULE = "kime";