mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
qt5 to qt, removed stupid cleanup after full-upgrade
This commit is contained in:
parent
35481a0d7e
commit
8632e47382
2 changed files with 1 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
qt5 = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = "gtk2";
|
style = "gtk2";
|
||||||
platformTheme = "gtk2";
|
platformTheme = "gtk2";
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@ let
|
||||||
apply-system
|
apply-system
|
||||||
apply-user
|
apply-user
|
||||||
sudo -u gerg apply-user
|
sudo -u gerg apply-user
|
||||||
clean-store
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
polybar-tray = pkgs.writeShellScriptBin "polybar-tray" ''
|
polybar-tray = pkgs.writeShellScriptBin "polybar-tray" ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue