This commit is contained in:
2024-03-05 14:36:32 +01:00
parent 9367fed109
commit 4a37c5afd7
6 changed files with 35 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ oranchelo-icon-theme nerdfonts pass xclip ];
home.packages = with pkgs; [ oranchelo-icon-theme nerdfonts xclip ];
xsession.initExtra = "setxkbmap de"; # rofi pass needs this to be set
@@ -29,8 +29,6 @@
EDITOR='rofi-sensible-terminal -e vim'
clibpoard_backend=xclip
clip=clipboard
password_length=32
default_user="$\{ROFI_PASS_DEFAULT_USER-$(whoami)\}"
'';
};
};