mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
update flakes; use swww for backdrop; add gemini-cli
This commit is contained in:
parent
e60f4cafb4
commit
cb592edb42
13 changed files with 267 additions and 242 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
user,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -103,6 +104,10 @@
|
|||
}
|
||||
];
|
||||
layer-rules = [
|
||||
{
|
||||
matches = [ { namespace = "swww-daemonbackdrop"; } ];
|
||||
place-within-backdrop = true;
|
||||
}
|
||||
{
|
||||
matches = [ { namespace = "launcher"; } ];
|
||||
geometry-corner-radius = {
|
||||
|
|
@ -139,6 +144,10 @@
|
|||
name = "music";
|
||||
};
|
||||
};
|
||||
xwayland-satellite = {
|
||||
enable = true;
|
||||
path = lib.getExe pkgs.xwayland-satellite;
|
||||
};
|
||||
overview = {
|
||||
zoom = 0.36;
|
||||
backdrop-color = base02;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue