diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 10180eca..7f4879f4 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -427,6 +427,7 @@ in { | |||
| 427 | pynitrokey gtklock wlrctl remmina openscad spice-record | 427 | pynitrokey gtklock wlrctl remmina openscad spice-record |
| 428 | libguestfs-with-appliance nerd-fonts.fira-mono | 428 | libguestfs-with-appliance nerd-fonts.fira-mono |
| 429 | nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts | 429 | nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts |
| 430 | swtpm | ||
| 430 | ]; | 431 | ]; |
| 431 | 432 | ||
| 432 | file = { | 433 | file = { |
| @@ -492,6 +493,10 @@ in { | |||
| 492 | }; | 493 | }; |
| 493 | }; | 494 | }; |
| 494 | "emacs/init.el".source = ./emacs.el; | 495 | "emacs/init.el".source = ./emacs.el; |
| 496 | "systemd/user/xdg-desktop-portal.service.d/after-graphical-session.conf".text = '' | ||
| 497 | [Unit] | ||
| 498 | After=graphical-session.target | ||
| 499 | ''; | ||
| 495 | }; | 500 | }; |
| 496 | 501 | ||
| 497 | xdg.dataFile = { | 502 | xdg.dataFile = { |
