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 = [
|
||||
# Common modules
|
||||
./home.nix
|
||||
|
@ -32,4 +34,6 @@
|
|||
./services/mako.nix
|
||||
./services/udiskie.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.sway.config.output.${displays.dTouch}.scale = "1.3";
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
},
|
||||
{
|
||||
"type": "host",
|
||||
"format": "{5} {2}",
|
||||
"key": " "
|
||||
},
|
||||
{
|
||||
|
@ -122,7 +121,6 @@
|
|||
},
|
||||
{
|
||||
"type": "host",
|
||||
"format": "{5}",
|
||||
"key": " "
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue