.
This commit is contained in:
@@ -32,6 +32,7 @@ in
|
||||
env = [
|
||||
"HYPRCURSOR_THEME,${config.gtk.cursorTheme.name}"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
home = builtins.getEnv "HOME";
|
||||
in
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
style = ''
|
||||
${builtins.readFile ../style.css}
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user