Changes for Pinebook and fastfetch
This commit is contained in:
parent
fa3bd91f31
commit
abe411f532
|
@ -1,4 +1,6 @@
|
||||||
{
|
let
|
||||||
|
displays = import ./common/displays.nix;
|
||||||
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
# Common modules
|
# Common modules
|
||||||
./home.nix
|
./home.nix
|
||||||
|
@ -32,4 +34,6 @@
|
||||||
./services/mako.nix
|
./services/mako.nix
|
||||||
./services/udiskie.nix
|
./services/udiskie.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.sway.config.output.${displays.dTouch}.scale = "1.3";
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "host",
|
"type": "host",
|
||||||
"format": "{5} {2}",
|
|
||||||
"key": " "
|
"key": " "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -122,7 +121,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "host",
|
"type": "host",
|
||||||
"format": "{5}",
|
|
||||||
"key": " "
|
"key": " "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue