big refactoring

This commit is contained in:
2025-05-07 20:35:17 +02:00
parent 23010ee036
commit 1f045cdf5c
92 changed files with 378 additions and 1324 deletions

View File

@@ -4,7 +4,6 @@
home.packages = with pkgs; [
oranchelo-icon-theme
nerd-fonts.jetbrains-mono
xclip
];
xsession.initExtra = "setxkbmap de"; # rofi pass needs this to be set
@@ -31,7 +30,7 @@
enable = true;
extraConfig = ''
EDITOR='rofi-sensible-terminal -e vim'
clibpoard_backend=xclip
clibpoard_backend=wl-copy
clip=clipboard
'';
};