feat: nixbook on gnome wayland
This commit is contained in:
parent
955bf3c105
commit
73c352c872
9 changed files with 196 additions and 51 deletions
|
|
@ -52,7 +52,15 @@
|
|||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.zsh.enable = true;
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
# xserver.displayManager.sessionCommands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue