Merge branch 'main' of github.com:ooks-io/nix

This commit is contained in:
ooks-io 2023-11-13 12:37:03 +13:00
commit d861c86079
2 changed files with 2 additions and 5 deletions

View file

@ -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;

View file

@ -84,9 +84,6 @@
thermald = { thermald = {
enable = true; enable = true;
}; };
tlp = {
enable = true;
};
logind = { logind = {
lidSwitch = "suspend"; lidSwitch = "suspend";
}; };