Shift home config to enable by desktop, work out more details later
This commit is contained in:
parent
d873588c59
commit
77168ba9c7
37 changed files with 120 additions and 127 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ mangohud ];
|
||||
file = {
|
||||
config = lib.mkIf config.home.desktop.enable {
|
||||
programs.mangohud.enable = true;
|
||||
home.file = {
|
||||
# These options exist in Nixlang, but the order is not respected.
|
||||
".config/MangoHud/MangoHud.conf".text = ''
|
||||
table_columns=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue