mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +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
|
|
@ -50,6 +50,11 @@ let
|
|||
type = int;
|
||||
description = "The rotation of the monitor";
|
||||
};
|
||||
focus-at-startup = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
description = "Whether to focus this monitor at startup";
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue