update
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user