mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
simplify enums and test into libcosmic
This commit is contained in:
parent
c21094d818
commit
76cd7a3b71
1 changed files with 6 additions and 1 deletions
|
|
@ -15,7 +15,12 @@
|
|||
systemd.variables = [ "--all" ];
|
||||
|
||||
settings = {
|
||||
monitor = ",1920x1080,auto,1";
|
||||
monitor = [
|
||||
"HDMI-A-1,1920x1080,-1920x0,1"
|
||||
"DP-2,1920x1080,0x0,1"
|
||||
"DP-1,1920x1080,1920x0,1"
|
||||
",preferred,auto,1"
|
||||
];
|
||||
"$fileManager" = "nautilus";
|
||||
env = [
|
||||
"QT_QPA_PLATFORM,wayland"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue