nix: Even more misc config

This commit is contained in:
Geoffrey Frogeye 2023-11-19 23:19:03 +01:00
parent dfb47f17f5
commit d0c743ec30
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
18 changed files with 14 additions and 14 deletions

View file

@ -348,6 +348,9 @@ in
"pythonstartup.py" = {
text = (builtins.readFile ./pythonstartup.py);
};
"screenrc" = {
text = (builtins.readFile ./screenrc);
};
};
};
home = {

View file

@ -430,6 +430,10 @@
rofi = {
enable = true;
pass.enable = true;
extraConfig = {
lazy-grab = false;
matching = "regex";
};
};
autorandr.enable = true;
mpv = {
@ -494,6 +498,13 @@
${nixgl.nixVulkanIntel}/bin/nixVulkanIntel ${nixgl.nixGLIntel}/bin/nixGLIntel ${config.xsession.windowManager.command}
'';
};
"rofimoji.rc" = {
text = ''
skin-tone = neutral
files = [emojis, math]
action = clipboard
'';
};
};
};
services = {

View file

@ -1,2 +0,0 @@
theme.config
theme.rasi

View file

@ -1,4 +0,0 @@
#include "theme.config"
rofi.theme: theme
rofi.lazy-grab: false
rofi.matching: regex

View file

@ -1,5 +0,0 @@
configuration {
lazy-grab: false;
matching: "regex";
}
@theme "theme"

View file

@ -1,3 +0,0 @@
skin-tone = neutral
files = [emojis, math]
action = clipboard

Binary file not shown.

Binary file not shown.

Binary file not shown.