Compare commits
2
Commits
77d1451eed
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2efce1d96b | ||
|
|
177ee9253e |
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# System services
|
||||
|
||||
@@ -43,7 +43,7 @@ in
|
||||
settings = mkMerge [
|
||||
{
|
||||
# Vertical tabs
|
||||
"browser.nova.enabled" = true;
|
||||
"browser.nova.enabled" = false;
|
||||
"sidebar.revamp" = true;
|
||||
"sidebar.verticalTabs" = true;
|
||||
"sidebar.new-sidebar.has-used" = true;
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.protonge;
|
||||
cfg = config.os.apps.games.protonge;
|
||||
in
|
||||
{
|
||||
options.os.protonge = {
|
||||
options.os.apps.games.protonge = {
|
||||
enable = mkEnableOption "System pipewire service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
@@ -6,10 +6,10 @@
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.steam;
|
||||
cfg = config.os.apps.games.steam;
|
||||
in
|
||||
{
|
||||
options.os.steam = {
|
||||
options.os.apps.games.steam = {
|
||||
enable = mkEnableOption "System pipewire service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
Reference in New Issue
Block a user