framework: reformat
This commit is contained in:
parent
e97a74b983
commit
93deb49d44
5 changed files with 46 additions and 42 deletions
|
|
@ -3,8 +3,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
}: let
|
||||
terminal = config.programs.terminal;
|
||||
termcmd = "${terminal}/bin/${terminal.pname}";
|
||||
host = "alpine";
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ in {
|
|||
|
||||
programs.chromium = {
|
||||
extensions = [
|
||||
{id = "bfogiafebfohielmmehodmfbbebbbpei";}
|
||||
{id = "bfogiafebfohielmmehodmfbbebbbpei";}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
home.file.".config/openvr/openvrpaths.vrpath" = {
|
||||
text = builtins.toJSON {
|
||||
"config" = [
|
||||
"config" = [
|
||||
"${config.home.homeDirectory}/.local/share/Steam/config"
|
||||
];
|
||||
"external_drivers" = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue