nix #11
|
@ -348,6 +348,9 @@ in
|
||||||
"pythonstartup.py" = {
|
"pythonstartup.py" = {
|
||||||
text = (builtins.readFile ./pythonstartup.py);
|
text = (builtins.readFile ./pythonstartup.py);
|
||||||
};
|
};
|
||||||
|
"screenrc" = {
|
||||||
|
text = (builtins.readFile ./screenrc);
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -430,6 +430,10 @@
|
||||||
rofi = {
|
rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pass.enable = true;
|
pass.enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
lazy-grab = false;
|
||||||
|
matching = "regex";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
autorandr.enable = true;
|
autorandr.enable = true;
|
||||||
mpv = {
|
mpv = {
|
||||||
|
@ -494,6 +498,13 @@
|
||||||
${nixgl.nixVulkanIntel}/bin/nixVulkanIntel ${nixgl.nixGLIntel}/bin/nixGLIntel ${config.xsession.windowManager.command}
|
${nixgl.nixVulkanIntel}/bin/nixVulkanIntel ${nixgl.nixGLIntel}/bin/nixGLIntel ${config.xsession.windowManager.command}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"rofimoji.rc" = {
|
||||||
|
text = ''
|
||||||
|
skin-tone = neutral
|
||||||
|
files = [emojis, math]
|
||||||
|
action = clipboard
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
|
2
config/rofi/.gitignore
vendored
2
config/rofi/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
theme.config
|
|
||||||
theme.rasi
|
|
|
@ -1,4 +0,0 @@
|
||||||
#include "theme.config"
|
|
||||||
rofi.theme: theme
|
|
||||||
rofi.lazy-grab: false
|
|
||||||
rofi.matching: regex
|
|
|
@ -1,5 +0,0 @@
|
||||||
configuration {
|
|
||||||
lazy-grab: false;
|
|
||||||
matching: "regex";
|
|
||||||
}
|
|
||||||
@theme "theme"
|
|
|
@ -1,3 +0,0 @@
|
||||||
skin-tone = neutral
|
|
||||||
files = [emojis, math]
|
|
||||||
action = clipboard
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue