Merge branch 'main' of github.com:ooks-io/nix
This commit is contained in:
commit
d861c86079
2 changed files with 2 additions and 5 deletions
|
|
@ -7,12 +7,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
monitors = [{
|
monitors = [{
|
||||||
name = "eDP-1";
|
name = "DSI-1";
|
||||||
width = 720;
|
width = 720;
|
||||||
height = 1280;
|
height = 1280;
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
primary = true;
|
primary = true;
|
||||||
transform = 2;
|
transform = 3;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
|
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
|
||||||
|
|
|
||||||
|
|
@ -84,9 +84,6 @@
|
||||||
thermald = {
|
thermald = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
tlp = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
logind = {
|
logind = {
|
||||||
lidSwitch = "suspend";
|
lidSwitch = "suspend";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue