Skip to content

Commit e1eff8a

Browse files
committed
fix: remove unstable pkgs, change env and firefox settings
1 parent 4290474 commit e1eff8a

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

flake.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@
106106
url = "github:ocf/jukebox-django";
107107
inputs.nixpkgs.follows = "nixpkgs";
108108
};
109-
110-
nixpkgs-unstable = {
111-
type = "github";
112-
owner = "nixos";
113-
repo = "nixpkgs";
114-
ref = "nixos-unstable";
115-
};
116109
};
117110

118111
outputs =

modules/graphical/default.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,17 @@ in
148148
];
149149

150150
environment.sessionVariables = {
151-
QT_QPA_PLATFORMTHEME = "qt5ct";
151+
QT_QPA_PLATFORMTHEME = "gtk3";
152152
};
153153

154154
programs.dconf.enable = true;
155155

156156
programs.firefox = {
157-
preferences = {
158-
"widget.gtk.libadwaita-colors.enabled" = false;
157+
policies.Preferences = {
158+
"widget.gtk.libadwaita-colors.enabled" = {
159+
Value = false;
160+
Status = "default";
161+
};
159162
};
160163
};
161164

0 commit comments

Comments
 (0)