This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
home-manager
Archived
Watch
1
Star
0
Fork
You've already forked home-manager
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-07-03
. You can view files and clone it, but cannot push or open issues or pull requests.
4a101ee77d
home-manager
/
programs
/
desktop
/
plasma6
/
default.nix
9 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Disable sway and related modules
2024-06-16 12:42:26 +01:00
{
config
,
lib
,
pkgs
,
.
.
.
Set pinentry package to Qt variant when using plasma6 Add extra theme/icon packages to installed packages whilst configuring
2024-06-17 08:27:46 +01:00
}
:
{
services
.
gpg-agent
.
pinentryPackage
=
pkgs
.
pinentry-qt
;
}
Reference in a new issue
Copy permalink