aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 99f4d80..e7227d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,7 +38,7 @@
'';
shortcut = pkgs.makeDesktopItem {
name = "yubikey-guide";
- icon = "${pkgs.yubikey-manager-qt}/share/ykman-gui/icons/ykman.png";
+ icon = "${pkgs.yubikey-manager-qt}/share/icons/hicolor/128x128/apps/ykman.png";
desktopName = "drduh's YubiKey Guide";
genericName = "Guide to using YubiKey for GnuPG and SSH";
comment = "Open the guide in a reader program";
@@ -78,7 +78,10 @@
# Comment out to run in a console for a smaller iso and less RAM.
xserver = {
enable = true;
- desktopManager.xfce.enable = true;
+ desktopManager.xfce = {
+ enable = true;
+ enableScreensaver = false;
+ };
displayManager = {
lightdm.enable = true;
autoLogin = {