mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
work setup done
This commit is contained in:
parent
638ef7093e
commit
9767be163b
7 changed files with 6034 additions and 2 deletions
|
|
@ -31,6 +31,13 @@
|
|||
default = 1.0;
|
||||
};
|
||||
|
||||
transform = lib.mkOption {
|
||||
# https://wiki.hyprland.org/Configuring/Monitors/#rotating
|
||||
type = lib.types.nullOr lib.types.int;
|
||||
default = null;
|
||||
example = 1;
|
||||
};
|
||||
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue